Fix Web UI clear button
This commit is contained in:
@@ -140,6 +140,7 @@
|
||||
private void ClearButtonClicked()
|
||||
{
|
||||
_sourceText = string.Empty;
|
||||
_translatedText = string.Empty;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user