-
- Downloads
There was an error fetching the commit references. Please try again later.
When you drag a tab from the tabbar into a split pane, that causes removeTab:...
When you drag a tab from the tabbar into a split pane, that causes removeTab: to be called. It tries to create a restorable session to undo closure, but because no sessions actually get closed in this operation we create an empty shell of a restorable session. When it's restored, you get a zombie tab with no view. This commit ignores such operations and declines to push a restorable session on the stack. Issue 5785.
Please register or sign in to comment