mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Close the Popup when all escape actions are executed
This commit is contained in:
parent
2248671b7c
commit
d2af2ed521
4 changed files with 27 additions and 17 deletions
|
|
@ -184,7 +184,7 @@ var draggableMembersLabelsWidgets = function() {
|
|||
snap: false,
|
||||
snapMode: 'both',
|
||||
start: function() {
|
||||
EscapeActions.executeUpTo('popup');
|
||||
EscapeActions.executeUpTo('popup-back');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue