diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index 003f96f0..5e506af4 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -405,6 +405,9 @@ function BatchCommand(text) { "element": "g", "attr": {"id": "selectorParentGroup"} }); + mgr.selectorMap = {}; + mgr.selectors = []; + mgr.rubberBandBox = null; }; this.requestSelector = function(elem) {