mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Revert WorkspaceView::getActivePane. It needs to return a PaneView.
This commit is contained in:
@@ -207,7 +207,7 @@ class WorkspaceView extends View
|
||||
|
||||
# Public: Returns the currently focused {PaneView}.
|
||||
getActivePane: ->
|
||||
@model.activePane
|
||||
@panes.getActivePane()
|
||||
|
||||
# Public: Returns the currently focused item from within the focused {PaneView}
|
||||
getActivePaneItem: ->
|
||||
|
||||
Reference in New Issue
Block a user