Fix issue when hitting escaping key in single doc mode

pull/385/merge
Thibaut Courouble 8 years ago
parent b353d3afa1
commit 7947f2d9ba

@ -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'

Loading…
Cancel
Save