update
This commit is contained in:
@@ -382,6 +382,9 @@ export default function Editor(props: EditorProps) {
|
||||
}
|
||||
|
||||
const onPointerUp = (ev: SyntheticEvent) => {
|
||||
if (!hadDrawSomething()) {
|
||||
return
|
||||
}
|
||||
if (isMidClick(ev)) {
|
||||
setIsPanning(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user