Fix OpenJDK entry breaking keyboard navigation in the sidebar

This commit is contained in:
Thibaut Courouble 2017-08-07 17:50:39 -04:00
parent 26038638e4
commit 8d0606d070

View file

@ -40,7 +40,7 @@ class app.views.ListFocus extends app.View
$.click(next)
@findNext cursor
else if next.tagName is 'DIV' # sub-list
if cursor.className.indexOf('open') >= 0
if cursor.className.indexOf(' open') >= 0
@findFirst(next) or @findNext(next)
else
@findNext(next)