fix: Fixed back/frwd buttons switching tab's state instead of space, b=closes #9157, c=workspaces

This commit is contained in:
mr. m
2026-02-15 14:12:02 +01:00
parent 6e728d0e2f
commit c4f98b0cd8

View File

@@ -523,7 +523,7 @@ class nsZenWorkspaces {
_handleAppCommand(event) {
// note: Dont use this._hoveringSidebar as it's not as reliable as checking for :hover
if (!this.workspaceEnabled || !this._hoveringSidebar) {
if (!this.workspaceEnabled || !gNavToolbox.matches(":hover")) {
return;
}