feat: Small details before release, b=no-bug, c=common, split-view, workspaces

This commit is contained in:
mr. m
2025-06-29 11:01:25 +02:00
parent b0ab43d19d
commit f680b4592b
5 changed files with 15 additions and 4 deletions

View File

@@ -400,6 +400,7 @@ class nsZenViewSplitter extends ZenDOMOperatedFeature {
this._lastOpenedTab = gBrowser.selectedTab;
this._draggingTab = null;
try {
this._canDrop = false;
Promise.all([
gZenUIManager.motion.animate(
gBrowser.tabbox,
@@ -431,7 +432,6 @@ class nsZenViewSplitter extends ZenDOMOperatedFeature {
}
),
]).then(() => {
this._canDrop = false;
this._maybeRemoveFakeBrowser();
});
} catch (e) {