浏览代码

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

Always close sidebar when user clicks ESC
Lauri Ojansivu 7 月之前
父节点
当前提交
c60961cbb1
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.
 Mousetrap.bindGlobal('esc', () => {
   EscapeActions.executeLowest();
+  Sidebar.hide();
 });
 
 // On a left click on the document, we try to exectute one escape action (eg,