mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 22:17:16 -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.)
|
// want to excape every current actions (filters, etc.)
|
||||||
if (previousBoard !== currentBoard) {
|
if (previousBoard !== currentBoard) {
|
||||||
EscapeActions.executeAll();
|
EscapeActions.executeAll();
|
||||||
|
} else {
|
||||||
|
EscapeActions.executeUpTo('popup-close');
|
||||||
}
|
}
|
||||||
|
|
||||||
BlazeLayout.render('defaultLayout', { content: 'board' });
|
BlazeLayout.render('defaultLayout', { content: 'board' });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue