mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Fix OpenJDK entry breaking keyboard navigation in the sidebar
This commit is contained in:
parent
26038638e4
commit
8d0606d070
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue