mirror of
https://github.com/wekan/wekan.git
synced 2026-03-05 21:30:17 +01: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');
|
}).register('addCardForm');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue