mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-07 05:43:21 +00:00
fix: Fixed sidebar jittering on windows, b=(no-bug), c=compact-mode
This commit is contained in:
@@ -445,7 +445,7 @@ var gZenCompactModeManager = {
|
||||
if (
|
||||
this.hoverableElements[i].keepHoverDuration &&
|
||||
!event.target.querySelector('#urlbar[zen-floating-urlbar]') &&
|
||||
!this.sidebar.getAttribute('supress-primary-adjustment') === 'true'
|
||||
!(this.sidebar.getAttribute('supress-primary-adjustment') === 'true')
|
||||
) {
|
||||
this.flashElement(target, this.hoverableElements[i].keepHoverDuration, 'has-hover' + target.id, 'zen-has-hover');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user