Account for the .flexbox-repaint-hack in WorkspaceView::getEditorViews

This commit is contained in:
Nathan Sobo
2014-01-10 11:21:10 -07:00
parent a0b733b53d
commit a9d7564f3e

View File

@@ -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.
#