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:
John Firebaugh
2013-06-20 09:41:27 -07:00
parent 2bc39ffdab
commit c497644e87
+1 -2
View File
@@ -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;
}