mirror of
https://github.com/atom/atom.git
synced 2026-02-14 16:45:14 -05:00
Use ‘atom-pane-container’ custom tag name for PaneContainerElement
This commit is contained in:
@@ -66,7 +66,7 @@ class WorkspaceView extends View
|
||||
setModel: (@model) ->
|
||||
@horizontal = @find('.horizontal')
|
||||
@vertical = @find('.vertical')
|
||||
@panes = @find('.panes').view()
|
||||
@panes = @find('atom-pane-container').view()
|
||||
@subscribe @model.onDidOpen => @trigger 'uri-opened'
|
||||
|
||||
beforeRemove: ->
|
||||
|
||||
Reference in New Issue
Block a user