mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-22 11:26:41 +00:00
fix: Fixed back/frwd buttons switching tab's state instead of space, b=closes #9157, c=workspaces
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user