fix: remove invalid code

This commit is contained in:
ShawnPhang 2024-05-19 05:46:28 +08:00
parent f0dc838512
commit dcacc3e5e4

View File

@ -231,12 +231,6 @@ function updateRecord() {
}
}
updateZoom()
//
if (!isDraw.value) {
if (targetRef.value) {
const read = new PointImg(targetRef.value)
}
}
}
function setTransform(attrName: string, value: string | number) {