From 0814b07ef942bb9e097b7e708b7a432403a68017 Mon Sep 17 00:00:00 2001 From: Sanster Date: Sun, 6 Feb 2022 21:40:49 +0800 Subject: [PATCH] add reset button --- lama_cleaner/app/src/Editor.tsx | 15 ++++++++++++--- lama_cleaner/app/src/components/Button.tsx | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/lama_cleaner/app/src/Editor.tsx b/lama_cleaner/app/src/Editor.tsx index b6ffc7b..e690a1a 100644 --- a/lama_cleaner/app/src/Editor.tsx +++ b/lama_cleaner/app/src/Editor.tsx @@ -1,4 +1,8 @@ -import { DownloadIcon, EyeIcon } from '@heroicons/react/outline' +import { + ArrowsExpandIcon, + DownloadIcon, + EyeIcon, +} from '@heroicons/react/outline' import React, { SyntheticEvent, useCallback, @@ -591,6 +595,12 @@ export default function Editor(props: EditorProps) { onChange={setBrushSize} />
+