mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-02 09:24:00 +00: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).