unfocus prev/next buttons after use

Fixes the space bar unexpectedly activating the button.
This commit is contained in:
ccd0 2014-07-20 15:46:24 -07:00
parent d87606d3dd
commit f411f6cca5

View File

@ -147,6 +147,7 @@ Index =
return if e.shiftKey or e.altKey or e.ctrlKey or e.metaKey or e.button isnt 0
switch e.target.nodeName
when 'BUTTON'
e.target.blur()
a = e.target.parentNode
when 'A'
a = e.target