Close the Popup when all escape actions are executed

This commit is contained in:
Maxime Quandalle 2015-08-23 11:04:35 +02:00
parent 2248671b7c
commit d2af2ed521
4 changed files with 27 additions and 17 deletions

View file

@ -184,7 +184,7 @@ var draggableMembersLabelsWidgets = function() {
snap: false,
snapMode: 'both',
start: function() {
EscapeActions.executeUpTo('popup');
EscapeActions.executeUpTo('popup-back');
}
});
});