Skip to content

Commit 8bdc096

Browse files
Update assets/javascripts/app/shortcuts.coffee
Co-authored-by: Oliver Eyton-Williams <[email protected]>
1 parent 7932a45 commit 8bdc096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/app/shortcuts.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class app.Shortcuts
6262
@trigger 'escape'
6363
false
6464
when 32
65-
if event.target.type is 'search' and @spaceScroll() and (not @lastKeypress or @lastKeypress < Date.now() - 1000)
65+
if event.target.type is 'search' and @spaceScroll() and (not @lastKeypress or @lastKeypress < Date.now() - 500)
6666
@trigger 'pageDown'
6767
false
6868
when 33

0 commit comments

Comments
 (0)