From c497644e875739d23f91d6d9e751b5c7b697bbc6 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 20 Jun 2013 09:41:27 -0700 Subject: [PATCH] Don't hide midpoints when dragging node For some reason this invalidates and repaints a large portion of the page. --- css/map.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/map.css b/css/map.css index 33f2cd47c..2fba8aefb 100644 --- a/css/map.css +++ b/css/map.css @@ -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; }