mirror of
https://github.com/smittix/intercept.git
synced 2026-04-26 07:40:01 -07:00
The innerHTML rebuild on every SSE event was destroying and recreating DOM elements under the cursor, causing rapid mouseenter/mouseleave cycling. Now defers DOM rebuilds while hovering and debounces rapid update calls with a 200ms window. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>