2026.08.20b
Pre-release
Pre-release
The overlay hides as fast as it comes back
Opening a panel could take over a second to clear the overlay, while closing one brought it back at once — the menu check was riding the same 400ms poll as the window tracking, and waiting two ticks on top of that. Reading the cursor takes microseconds, so it now runs on its own fast poll: a menu clears the overlay in about a tenth of a second. The flicker guard that debounce existed for is still there, just measured in real time instead of ticks.
Full Changelog: 2026.08.19b...2026.08.20b