Update assets/javascripts/app/shortcuts.coffee

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
pull/1573/head
shashank1207 4 years ago committed by GitHub
parent 7932a457af
commit 8bdc096075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save