diff --git a/web/src/components/TranslationModule.tsx b/web/src/components/TranslationModule.tsx index 4211b33..f21f52b 100644 --- a/web/src/components/TranslationModule.tsx +++ b/web/src/components/TranslationModule.tsx @@ -42,6 +42,14 @@ export default function TranslationModule() { }); } + function clearInput() { + inputSetValue(""); + inputSetHighlight(""); + outputSetValue(""); + outputSetHighlight(""); + setIsTranslated(false); + } + return ( <> {/* Content */} @@ -59,11 +67,20 @@ export default function TranslationModule() { />