mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Account for the .flexbox-repaint-hack in WorkspaceView::getEditorViews
This commit is contained in:
@@ -240,7 +240,7 @@ class WorkspaceView extends View
|
||||
|
||||
# Private: Returns an Array of all of the application's {EditorView}s.
|
||||
getEditorViews: ->
|
||||
@panes.find('.pane > .item-views > .editor').map(-> $(this).view()).toArray()
|
||||
@panes.find('.pane > .flexbox-repaint-hack > .item-views > .editor').map(-> $(this).view()).toArray()
|
||||
|
||||
# Private: Retrieves all of the modified buffers that are open and unsaved.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user