Merge pull request #5571 from NadavTasher/feature/always-close-sidebar-on-escape

Always close sidebar when user clicks ESC
This commit is contained in:
Lauri Ojansivu 2024-11-16 17:15:48 +02:00 committed by GitHub
commit c60961cbb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,6 +123,7 @@ EscapeActions = {
// the shortcut sould work on textarea and inputs as well.
Mousetrap.bindGlobal('esc', () => {
EscapeActions.executeLowest();
Sidebar.hide();
});
// On a left click on the document, we try to exectute one escape action (eg,