mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Set tabindex on RootView so it can be focused directly
This commit is contained in:
@@ -55,7 +55,7 @@ class RootView extends View
|
||||
|
||||
# Private:
|
||||
@content: (state) ->
|
||||
@div id: 'root-view', =>
|
||||
@div id: 'root-view', tabindex: -1, =>
|
||||
@div id: 'horizontal', outlet: 'horizontal', =>
|
||||
@div id: 'vertical', outlet: 'vertical', =>
|
||||
@div outlet: 'panes'
|
||||
|
||||
Reference in New Issue
Block a user