mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 22:28:49 +01:00
dont remove boardoverlay when mouse leaves carddetails
This commit is contained in:
parent
a545f8c1a2
commit
064d3dd5f7
1 changed files with 0 additions and 5 deletions
|
|
@ -243,11 +243,6 @@ BlazeComponent.extendComponent({
|
|||
{
|
||||
// XXX The board-overlay div should probably be moved to the parent
|
||||
// component.
|
||||
'mouseenter .board-overlay'() {
|
||||
if (this.mouseHasEnterCardDetails) {
|
||||
this.showOverlay.set(false);
|
||||
}
|
||||
},
|
||||
mouseup() {
|
||||
if (this._isDragging) {
|
||||
this._isDragging = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue