mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Keep pending pane upon losing focus
This commit is contained in:
@@ -346,7 +346,6 @@ class Pane extends Model
|
||||
if item?
|
||||
if @activeItem?.isPending?()
|
||||
index = @getActiveItemIndex()
|
||||
@destroyActiveItem() unless item is @activeItem
|
||||
else
|
||||
index = @getActiveItemIndex() + 1
|
||||
@addItem(item, index, false)
|
||||
|
||||
Reference in New Issue
Block a user