mirror of
https://github.com/atom/atom.git
synced 2026-02-17 01:51:54 -05:00
Workspace#setItemNotPending ➡️ Item#onDidTerminatePendingState
Signed-off-by: Michelle Tilley <binarymuse@github.com>
This commit is contained in:
committed by
Michelle Tilley
parent
d0ffbca845
commit
b637366a58
@@ -515,12 +515,6 @@ class Workspace extends Model
|
||||
@emitter.emit 'did-open', {uri, pane, item, index}
|
||||
item
|
||||
|
||||
setItemNotPending: (item) =>
|
||||
for pane in @getPanes()
|
||||
if item is pane.getPendingItem()
|
||||
pane.setPendingItem(null)
|
||||
break
|
||||
|
||||
openTextFile: (uri, options) ->
|
||||
filePath = @project.resolvePath(uri)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user