mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-02 16:08:41 +00:00
feat: Small details before release, b=no-bug, c=common, split-view, workspaces
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user