mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 21:49:58 +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');
|
||||
} else if (gURLBar.getAttribute('breakout-extend') !== 'true') {
|
||||
try {
|
||||
gURLBar.zenUpdateLayoutBreakout();
|
||||
gURLBar.zenUpdateLayoutBreakout().then(() => {
|
||||
gURLBar.valueFormatter._formatURL();
|
||||
});
|
||||
} catch (e) {
|
||||
console.warn(e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue