mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-30 20:31:53 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user