mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Fix executeUpTo label when dragging cards
'popup' is not in the predefined hierarchy
This commit is contained in:
parent
7102e91f50
commit
3c3b744d16
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ BlazeComponent.extendComponent({
|
|||
placeholder: 'minicard-wrapper placeholder',
|
||||
start(evt, ui) {
|
||||
ui.placeholder.height(ui.helper.height());
|
||||
EscapeActions.executeUpTo('popup');
|
||||
EscapeActions.executeUpTo('popup-close');
|
||||
boardComponent.setIsDragging(true);
|
||||
},
|
||||
stop(evt, ui) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue