mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update assets/javascripts/app/shortcuts.coffee
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
parent
7932a457af
commit
8bdc096075
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue