diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index a0e885ef..ee66e1cf 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -6995,6 +6995,8 @@ this.pasteElements = function(type, x, y) { pasted.push(copy); (current_group || getCurrentDrawing().getCurrentLayer()).appendChild(copy); batchCmd.addSubCommand(new svgedit.history.InsertElementCommand(copy)); + + restoreRefElems(copy); } selectOnly(pasted);