Merge pull request #90 from magnebra/missing_defs_after_paste
Check for deleted defs after paste, fixes #82
This commit is contained in:
@@ -7000,6 +7000,8 @@ this.pasteElements = function(type, x, y) {
|
|||||||
pasted.push(copy);
|
pasted.push(copy);
|
||||||
(current_group || getCurrentDrawing().getCurrentLayer()).appendChild(copy);
|
(current_group || getCurrentDrawing().getCurrentLayer()).appendChild(copy);
|
||||||
batchCmd.addSubCommand(new svgedit.history.InsertElementCommand(copy));
|
batchCmd.addSubCommand(new svgedit.history.InsertElementCommand(copy));
|
||||||
|
|
||||||
|
restoreRefElems(copy);
|
||||||
}
|
}
|
||||||
|
|
||||||
selectOnly(pasted);
|
selectOnly(pasted);
|
||||||
|
|||||||
Reference in New Issue
Block a user