mirror of
https://github.com/atom/atom.git
synced 2026-02-07 21:25:05 -05:00
Upgrade to latest space pen, as an NPM
This commit is contained in:
@@ -659,7 +659,7 @@ class Editor extends View
|
||||
super
|
||||
rootView?.focus()
|
||||
|
||||
afterRemove: ->
|
||||
beforeRemove: ->
|
||||
@removed = true
|
||||
@activeEditSession?.destroy()
|
||||
$(window).off(".editor-#{@id}")
|
||||
|
||||
@@ -324,5 +324,5 @@ class Pane extends View
|
||||
container.adjustPaneDimensions()
|
||||
container.trigger 'pane:removed', [this]
|
||||
|
||||
afterRemove: ->
|
||||
beforeRemove: ->
|
||||
item.destroy?() for item in @getItems()
|
||||
|
||||
Reference in New Issue
Block a user