Waypoint markers had no click listener, so Leaflet routed the click to the map — MapClickHandler then added a new waypoint on top of the one you clicked (and made markers feel unresponsive). Add a click handler that consumes the event, so Leaflet treats the marker as the target and suppresses the map click. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| public | ||
| .gitignore | ||
| Dockerfile | ||
| package.json | ||
| react-router.config.ts | ||
| server.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.browser.config.ts | ||
| vitest.config.ts | ||