diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index bdbd8079..310b1f2f 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -175,6 +175,7 @@ function SvgCanvas(c) this.locked = true; this.selectedElement = e; this.resize(); + selectorManager.update(); this.selectorGroup.setAttribute("display", "inline"); };