mirror of
https://github.com/atom/atom.git
synced 2026-02-15 17:15:24 -05:00
Move PaneContainerView::confirmClose to the model layer
This commit is contained in:
@@ -433,6 +433,9 @@ class Workspace extends Model
|
||||
saveAll: ->
|
||||
@paneContainer.saveAll()
|
||||
|
||||
confirmClose: ->
|
||||
@paneContainer.confirmClose()
|
||||
|
||||
# Save the active pane item.
|
||||
#
|
||||
# If the active pane item currently has a URI according to the item's
|
||||
|
||||
Reference in New Issue
Block a user