mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-04-27 03:55:14 +00:00
73d6a08c07
navTimeout was local to init() — destroy() couldn't clear it, so the 4s timeout would fire after navigation and hide the nav on other pages. Now uses module-scoped _navCleanup; destroy clears timeout and removes mousemove/touchstart/click listeners from live page element.