feat: Add more delay when the mouse leaves the urlbar, b=no-bug, c=compact-mode

This commit is contained in:
Mr. M
2025-10-02 01:02:14 +02:00
parent c1df4a3c3e
commit 236abce07b

View File

@@ -661,7 +661,7 @@ var gZenCompactModeManager = {
requestAnimationFrame(() => {
delete this._hasHoveredUrlbar;
});
}, 0);
}, 10);
}, 0);
});
},