Browse Source

Fix issue when hitting escaping key in single doc mode

Thibaut Courouble 8 years ago
parent
commit
7947f2d9ba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      assets/javascripts/app/shortcuts.coffee

+ 1 - 0
assets/javascripts/app/shortcuts.coffee

@@ -57,6 +57,7 @@ class app.Shortcuts
         @trigger 'enter'
       when 27
         @trigger 'escape'
+        false
       when 32
         if event.target.type is 'search' and (not @lastKeypress or @lastKeypress < Date.now() - 500)
           @trigger 'pageDown'