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