mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix EscapeActions click in handling
Fixes a bug introduced in07cc454and one introduced in22e854c.
This commit is contained in:
parent
22e854cc30
commit
60712e1ac4
3 changed files with 32 additions and 20 deletions
|
|
@ -118,6 +118,6 @@ Template.cardMorePopup.events({
|
|||
EscapeActions.register('detailsPane',
|
||||
function() { Utils.goBoardId(Session.get('currentBoard')); },
|
||||
function() { return ! Session.equals('currentCard', null); }, {
|
||||
noClickEscapeOn: '.js-card-details'
|
||||
noClickEscapeOn: '.js-card-details,.board-sidebar,#header'
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue