mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-07-21 12:41:04 +00:00
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.