Unfocus search box / original post form when thread nav keybinds invoked. #280

This commit is contained in:
ccd0 2015-01-07 14:54:30 -08:00
parent 4cf3e29310
commit 05a2e62555

View File

@ -47,6 +47,7 @@ Nav =
return $ '.board'
scroll: (delta) ->
d.activeElement?.blur()
thread = Nav.getThread()
axis = if delta is +1
'following'