You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve navigation active state detection with hash support
- Compare full URLs (pathname + hash) instead of just pathname
- Add event listeners for hashchange, popstate, and menu clicks
- Fixes issue where multiple menu items with same path but different hashes were all marked active
- Ensures active state updates immediately when clicking hash-based navigation links
0 commit comments