diff --git a/web_app/src/components/Editor.tsx b/web_app/src/components/Editor.tsx index a96d418..5fdb68c 100644 --- a/web_app/src/components/Editor.tsx +++ b/web_app/src/components/Editor.tsx @@ -401,11 +401,11 @@ export default function Editor(props: EditorProps) { } if (isMidClick(ev)) { setIsPanning(false) + return } if (interactiveSegState.isInteractiveSeg) { return } - if (isPanning) { return } @@ -938,9 +938,7 @@ export default function Editor(props: EditorProps) { { runInpainting()