mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Pressing escape while autocomplete is open no longer closes the minicard
This commit is contained in:
parent
c2cb17c5df
commit
f5be121cf3
1 changed files with 5 additions and 0 deletions
|
@ -233,5 +233,10 @@ BlazeComponent.extendComponent({
|
|||
});
|
||||
},
|
||||
});
|
||||
|
||||
EscapeActions.register('textcomplete',
|
||||
() => {},
|
||||
() => dropdownMenuIsOpened
|
||||
);
|
||||
},
|
||||
}).register('addCardForm');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue