fix build error
This commit is contained in:
@@ -214,7 +214,7 @@ const Cropper = (props: Props) => {
|
||||
}
|
||||
}
|
||||
|
||||
const onPointerDone = (e: PointerEvent) => {
|
||||
const onPointerDone = () => {
|
||||
if (isResizing) {
|
||||
setIsResizing(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user