fix interactiveseg
This commit is contained in:
parent
e444e55bcc
commit
aba98ca5fa
@ -967,6 +967,9 @@ export default function Editor() {
|
||||
if (isProcessing) {
|
||||
return
|
||||
}
|
||||
if (isInteractiveSeg) {
|
||||
return
|
||||
}
|
||||
if (isChangingBrushSizeByMouse) {
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user