mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Transfer focus to ReactComponent when wrapper view is focused
This commit is contained in:
@@ -44,3 +44,6 @@ class ReactEditorView extends View
|
||||
|
||||
getPane: ->
|
||||
@closest('.pane').view()
|
||||
|
||||
focus: ->
|
||||
@component?.onFocus()
|
||||
|
||||
Reference in New Issue
Block a user