fix build error

This commit is contained in:
Qing
2023-12-29 10:08:21 +08:00
parent 1169e66ccb
commit 0c985a431b
12 changed files with 72 additions and 103 deletions

View File

@@ -209,7 +209,7 @@ const Extender = (props: Props) => {
}
}
const onPointerDone = (e: PointerEvent) => {
const onPointerDone = () => {
if (isResizing) {
setIsResizing(false)
}