diff --git a/lama_cleaner/app/src/components/Editor/Editor.tsx b/lama_cleaner/app/src/components/Editor/Editor.tsx index 912593b..8401fb9 100644 --- a/lama_cleaner/app/src/components/Editor/Editor.tsx +++ b/lama_cleaner/app/src/components/Editor/Editor.tsx @@ -967,6 +967,9 @@ export default function Editor() { if (isProcessing) { return } + if (isInteractiveSeg) { + return + } if (isChangingBrushSizeByMouse) { return }