Explorar o código

Always close sidebar on escape button

Nadav Tasher hai 1 ano
pai
achega
7963118032
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      client/lib/escapeActions.js

+ 1 - 0
client/lib/escapeActions.js

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