We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e728d0 commit c4f98b0Copy full SHA for c4f98b0
1 file changed
src/zen/workspaces/ZenWorkspaces.mjs
@@ -523,7 +523,7 @@ class nsZenWorkspaces {
523
524
_handleAppCommand(event) {
525
// note: Dont use this._hoveringSidebar as it's not as reliable as checking for :hover
526
- if (!this.workspaceEnabled || !this._hoveringSidebar) {
+ if (!this.workspaceEnabled || !gNavToolbox.matches(":hover")) {
527
return;
528
}
529
0 commit comments