mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-21 23:05:47 +00:00
chore: Updated to Firefox 143.0, b=no-bug, c=l10n, workspaces
This commit is contained in:
@@ -1558,7 +1558,11 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
|
||||
}
|
||||
|
||||
async changeWorkspace(workspace, ...args) {
|
||||
if (!this.workspaceEnabled || this._inChangingWorkspace) {
|
||||
if (
|
||||
!this.workspaceEnabled ||
|
||||
this._inChangingWorkspace ||
|
||||
gNavToolbox.hasAttribute('movingtab')
|
||||
) {
|
||||
return;
|
||||
}
|
||||
this._inChangingWorkspace = true;
|
||||
|
||||
Reference in New Issue
Block a user