diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index fb4688ce..a0fccb63 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -926,6 +926,7 @@ function SvgCanvas(c) if (selectedElements.indexOf(t) == -1) { canvas.clearSelection(); canvas.addToSelection([t]); + current_poly = null; } // else if it's a poly, go into polyedit mode in mouseup }