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;
}
}