Skip to content

Commit

Permalink
Merge pull request #275 from seungdeok/main
Browse files Browse the repository at this point in the history
fix: remove backId in copy task #274
  • Loading branch information
jaggerwang authored Aug 8, 2024
2 parents 14961ee + 66558c9 commit c12e31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/image-tool/src/package/image-editor/utils/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export function copyData(
updateTrans.transforms.push(copyedAttrs);
} else {
const newObject = annotate.cloneThisShape();
newObject.userData.backId = undefined;
newObject.userData.resultStatus = Const.Copied;
addOption.objects.push(newObject);
}
Expand Down

0 comments on commit c12e31e

Please sign in to comment.