Fix Content#onAltRight when no link is found

pull/110/head
Thibaut 11 years ago
parent 27d7c05efd
commit eb1141c7c0

@ -153,7 +153,7 @@ class app.views.Content extends app.View
onAltRight: (event) =>
unless document.activeElement and $.hasChild @el, document.activeElement
@findByTag('a').focus()
@findByTag('a')?.focus()
$.stopEvent(event)
findTargetByHash: (hash) ->

Loading…
Cancel
Save