From 8013fc554f4db2a1c85346e38db581e5f4c03aaf Mon Sep 17 00:00:00 2001 From: Sanster Date: Sat, 5 Feb 2022 21:50:01 +0800 Subject: [PATCH] by default show undo and check original button --- lama_cleaner/app/src/Editor.tsx | 92 ++++++++++++++++----------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/lama_cleaner/app/src/Editor.tsx b/lama_cleaner/app/src/Editor.tsx index ce937eb..6817cd5 100644 --- a/lama_cleaner/app/src/Editor.tsx +++ b/lama_cleaner/app/src/Editor.tsx @@ -418,53 +418,53 @@ export default function Editor(props: EditorProps) { value={brushSize} onChange={setBrushSize} /> - {renders.length ? ( - <> - - - ) : ( - <> - )} +
+ - + +
)