Skip to content

Commit 9433b8a

Browse files
authored
gh-13121: Fixed top bar not showing when urlbar is focused (gh-13150)
1 parent 561a034 commit 9433b8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zen/compact-mode/ZenCompactMode.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ window.gZenCompactModeManager = {
197197
[
198198
{
199199
selector:
200-
":where([panelopen='true'], [open='true'], [breakout-extend='true'])" +
200+
":where([panelopen='true'], [open='true'], #urlbar:focus-within, [breakout-extend='true'])" +
201201
":not(.zen-compact-mode-ignore)",
202202
},
203203
],

0 commit comments

Comments
 (0)