1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 20:39:59 +02:00
This commit is contained in:
mr. m 2025-06-13 11:11:41 +02:00
commit 5b7445fe31
No known key found for this signature in database
GPG key ID: 419302196C23B258

View file

@ -757,7 +757,9 @@ var gZenVerticalTabsManager = {
document.getElementById('urlbar').style.setProperty('--urlbar-height', '32px'); document.getElementById('urlbar').style.setProperty('--urlbar-height', '32px');
} else if (gURLBar.getAttribute('breakout-extend') !== 'true') { } else if (gURLBar.getAttribute('breakout-extend') !== 'true') {
try { try {
gURLBar.zenUpdateLayoutBreakout(); gURLBar.zenUpdateLayoutBreakout().then(() => {
gURLBar.valueFormatter._formatURL();
});
} catch (e) { } catch (e) {
console.warn(e); console.warn(e);
} }