mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-05 03:22:25 +02:00
The way and vertex being drawn get an `active` class, which can be used to hide the vertex and set `pointer-events: none` on the line. Use the correct cursors when connecting (fixes #293). Splice into existing lines at the correct index and location (fixes #246).