fix: Allow the sidebar to be hovered even when the pref is off, b=no-bug, c=common, compact-mode, glance, tabs, workspaces

This commit is contained in:
mr. m
2025-11-11 10:22:05 +01:00
parent 2bed07f7c6
commit fc804acdb0
6 changed files with 788 additions and 782 deletions

View File

@@ -563,7 +563,7 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
}
get _hoveringSidebar() {
return gNavToolbox.hasAttribute('zen-has-hover');
return gNavToolbox.hasAttribute('zen-has-implicit-hover');
}
_handleAppCommand(event) {