Fix Web UI clear button

This commit is contained in:
2025-05-16 23:10:17 +02:00
parent 218389ae06
commit 1b0cfa58be
2 changed files with 2 additions and 1 deletions

View File

@@ -140,6 +140,7 @@
private void ClearButtonClicked()
{
_sourceText = string.Empty;
_translatedText = string.Empty;
}
}

View File

@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>PoyoLang.Translator.Web</RootNamespace>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
</PropertyGroup>