mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-30 11:14:19 +00:00
feat: Make sure sessions are correctly migrated on first run, b=no-bug, c=workspaces
This commit is contained in:
@@ -1129,6 +1129,7 @@ class nsZenWorkspaces {
|
||||
(tab.pinned && tab.hasAttribute("zen-empty-tab") && !tab.group)
|
||||
) {
|
||||
// Remove any tabs where their workspace doesn't exist anymore
|
||||
this.log("Removed zombie tab from non-existing workspace", tab);
|
||||
gBrowser.unpinTab(tab);
|
||||
gBrowser.removeTab(tab, {
|
||||
skipSessionStore: true,
|
||||
|
||||
Reference in New Issue
Block a user