Skip to content

Commit 4aa215e

Browse files
committed
fix: Fixed changing tab having the wrong focus on the website, b=(closes #8587), c=workspaces
1 parent de175bf commit 4aa215e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zen/workspaces/ZenWorkspace.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<hbox class="zen-current-workspace-indicator-icon"></hbox>
1010
<hbox class="zen-current-workspace-indicator-name"></hbox>
1111
</vbox>
12-
<arrowscrollbox orient="vertical" tabindex="-1" class="workspace-arrowscrollbox">
12+
<arrowscrollbox orient="vertical" class="workspace-arrowscrollbox">
1313
<vbox class="zen-workspace-tabs-section zen-workspace-pinned-tabs-section">
1414
<html:div class="vertical-pinned-tabs-container-separator"></html:div>
1515
</vbox>

0 commit comments

Comments
 (0)