mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02:00
e5d79d5270
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).