From 0ff468143795492dd400809c61e3331da1e5a7e1 Mon Sep 17 00:00:00 2001 From: Qing Date: Sat, 13 May 2023 13:52:12 +0800 Subject: [PATCH] hide hover mask after inpainting finish --- lama_cleaner/app/src/components/Editor/Editor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/lama_cleaner/app/src/components/Editor/Editor.tsx b/lama_cleaner/app/src/components/Editor/Editor.tsx index 3ac2b58..332eeb6 100644 --- a/lama_cleaner/app/src/components/Editor/Editor.tsx +++ b/lama_cleaner/app/src/components/Editor/Editor.tsx @@ -470,6 +470,7 @@ export default function Editor() { duration: 1500, }) } + emitter.emit(DREAM_BUTTON_MOUSE_LEAVE) }) return () => {