mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 20:39:59 +02:00
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
This commit is contained in:
commit
5b7445fe31
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue