mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
parent
521e661dcb
commit
6a92963e2a
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ FlowRouter.route('/b/:id/:slug', {
|
|||
// want to excape every current actions (filters, etc.)
|
||||
if (previousBoard !== currentBoard) {
|
||||
EscapeActions.executeAll();
|
||||
} else {
|
||||
EscapeActions.executeUpTo('popup-close');
|
||||
}
|
||||
|
||||
BlazeLayout.render('defaultLayout', { content: 'board' });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue