Fix Web UI clear button
This commit is contained in:
@@ -140,6 +140,7 @@
|
|||||||
private void ClearButtonClicked()
|
private void ClearButtonClicked()
|
||||||
{
|
{
|
||||||
_sourceText = string.Empty;
|
_sourceText = string.Empty;
|
||||||
|
_translatedText = string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<RootNamespace>PoyoLang.Translator.Web</RootNamespace>
|
<RootNamespace>PoyoLang.Translator.Web</RootNamespace>
|
||||||
<Version>0.1.0</Version>
|
<Version>0.1.1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user