mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-25 14:16:10 +00:00
feat: Add more delay when the mouse leaves the urlbar, b=no-bug, c=compact-mode
This commit is contained in:
@@ -661,7 +661,7 @@ var gZenCompactModeManager = {
|
||||
requestAnimationFrame(() => {
|
||||
delete this._hasHoveredUrlbar;
|
||||
});
|
||||
}, 0);
|
||||
}, 10);
|
||||
}, 0);
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user