mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Restrict ReactEditorView::getPane implementation
This commit is contained in:
@@ -140,7 +140,7 @@ class ReactEditorView extends View
|
||||
pane?.splitDown(pane?.copyActiveItem()).activeView
|
||||
|
||||
getPane: ->
|
||||
@closest('.pane').view()
|
||||
@parent('.item-views').parents('.pane').view()
|
||||
|
||||
focus: ->
|
||||
if @component?
|
||||
|
||||
Reference in New Issue
Block a user