mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 21:28:49 +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
|
|
@ -28,7 +28,7 @@ FlowRouter.route('/b/:boardId/:slug/:cardId', {
|
|||
action: function(params) {
|
||||
Session.set('currentBoard', params.boardId);
|
||||
Session.set('currentCard', params.cardId);
|
||||
EscapeActions.executeUpTo('popup');
|
||||
EscapeActions.executeUpTo('popup-close');
|
||||
|
||||
BlazeLayout.render('defaultLayout', { content: 'board' });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue