chore: Updated to Firefox 143.0, b=no-bug, c=l10n, workspaces

This commit is contained in:
Mr. M
2025-09-17 20:50:29 +02:00
parent 5380822841
commit f08c69f1e9
5 changed files with 11 additions and 7 deletions

View File

@@ -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;