fixing alt drag error

main
Mark MacKay 2016-04-15 12:40:26 -05:00
parent eac7ea07c6
commit 5c4242b383
1 changed files with 1 additions and 1 deletions

View File

@ -8750,7 +8750,7 @@ this.cloneSelectedElements = function(x,y, drag) {
if (drag) {
//removed the dragged transform until that moment
tlist = getTransformList(clone)
tlist.removeItem(drag)
tlist.removeItem(0)
recalculateDimensions(clone)
parent.insertBefore(clone, elem);
}