diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index f5f2820a..afb8245b 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -4869,7 +4869,7 @@ var pathActions = canvas.pathActions = function() { "fill": "none" } }); - call("changed",[element]); + // No need to call "changed", as this is already done under mouseUp } return element; };