fix: Fixer resizing the sidebar break the urlbar formatting, b=(no-bug), c=common, workspaces

This commit is contained in:
Mr. M
2025-05-27 13:38:10 +02:00
parent a6bc8d7105
commit de175bff11
3 changed files with 12 additions and 3 deletions

View File

@@ -2540,8 +2540,6 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature {
})
);
}
setTimeout(gURLBar.formatValue.bind(gURLBar), 0);
}
async _fixCtrlTabBehavior() {