mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Don't hide midpoints when dragging node
For some reason this invalidates and repaints a large portion of the page.
This commit is contained in:
+1
-2
@@ -128,8 +128,7 @@ g.vertex.selected .shadow {
|
||||
.mode-draw-line g.midpoint,
|
||||
.mode-add-area g.midpoint,
|
||||
.mode-add-line g.midpoint,
|
||||
.mode-add-point g.midpoint,
|
||||
.mode-drag-node g.midpoint {
|
||||
.mode-add-point g.midpoint {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user