fix: Fixed greyed out part of URL sometimes turns back to white incosistently, b=(closes #7315), c=common

This commit is contained in:
Mr. M
2025-05-10 01:13:15 +02:00
parent 8afd08a3d9
commit 64293af6f7

View File

@@ -52,6 +52,7 @@ var gZenUIManager = {
);
gZenVerticalTabsManager.actualWindowButtons.removeAttribute('zen-has-hover');
gZenVerticalTabsManager.recalculateURLBarHeight();
setTimeout(gURLBar.formatValue.bind(gURLBar), 0);
if (!this._preventToolbarRebuild) {
setTimeout(() => {
ZenWorkspaces.updateTabsContainers();