fix: remove invalid code

This commit is contained in:
ShawnPhang 2024-05-18 01:56:09 +08:00
parent 58390f8f6e
commit ac4b19ad7f

View File

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