From aba98ca5fa5c1734c2da26214f1ecff421e278b1 Mon Sep 17 00:00:00 2001 From: Qing Date: Tue, 28 Mar 2023 21:12:09 +0800 Subject: [PATCH] fix interactiveseg --- lama_cleaner/app/src/components/Editor/Editor.tsx | 3 +++ 1 file changed, 3 insertions(+) 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 }