Update assets/javascripts/app/shortcuts.coffee

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
shashank1207 2021-06-15 18:42:26 +05:30 committed by GitHub
parent 7932a457af
commit 8bdc096075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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