mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 02:40:14 +01: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',
|
placeholder: 'minicard-wrapper placeholder',
|
||||||
start(evt, ui) {
|
start(evt, ui) {
|
||||||
ui.placeholder.height(ui.helper.height());
|
ui.placeholder.height(ui.helper.height());
|
||||||
EscapeActions.executeUpTo('popup');
|
EscapeActions.executeUpTo('popup-close');
|
||||||
boardComponent.setIsDragging(true);
|
boardComponent.setIsDragging(true);
|
||||||
},
|
},
|
||||||
stop(evt, ui) {
|
stop(evt, ui) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue