mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-05 21:07:57 +00:00
fix: closes #7605 - Fixed compact mode not focusing on the urlbar on startup, r=common
This commit is contained in:
@@ -66,6 +66,11 @@
|
||||
// A bit of a hack to make sure the tabs toolbar is updated.
|
||||
// Just in case we didn't get the right size.
|
||||
gZenUIManager.updateTabsToolbar();
|
||||
|
||||
// Fix for https://github.com/zen-browser/desktop/issues/7605, specially in compact mode
|
||||
if (gURLBar.hasAttribute('breakout-extend')) {
|
||||
gURLBar.focus();
|
||||
}
|
||||
}, 100);
|
||||
}, 0);
|
||||
this.closeWatermark();
|
||||
|
||||
Reference in New Issue
Block a user