mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fix #1519 Add Card Btn dissapear on drag
This commit is contained in:
parent
338fb5304d
commit
58e5e9b308
2 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,8 @@ BlazeComponent.extendComponent({
|
|||
sort: sortIndex.base,
|
||||
},
|
||||
});
|
||||
|
||||
boardComponent.setIsDragging(false);
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
@ -34,6 +34,8 @@ BlazeComponent.extendComponent({
|
|||
sort: sortIndex.base,
|
||||
},
|
||||
});
|
||||
|
||||
boardComponent.setIsDragging(false);
|
||||
},
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue