Skip to content

Commit c4f98b0

Browse files
committed
fix: Fixed back/frwd buttons switching tab's state instead of space, b=closes #9157, c=workspaces
1 parent 6e728d0 commit c4f98b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zen/workspaces/ZenWorkspaces.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ class nsZenWorkspaces {
523523

524524
_handleAppCommand(event) {
525525
// note: Dont use this._hoveringSidebar as it's not as reliable as checking for :hover
526-
if (!this.workspaceEnabled || !this._hoveringSidebar) {
526+
if (!this.workspaceEnabled || !gNavToolbox.matches(":hover")) {
527527
return;
528528
}
529529

0 commit comments

Comments
 (0)