mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
bug: remove Response text when delete text is clicked
This commit is contained in:
parent
53bf91ead7
commit
a5d3981c7c
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@
|
|||
|
||||
deleteText: function(e){
|
||||
e.preventDefault();
|
||||
this.inputText = this.translatedText = "";
|
||||
this.inputText = this.translatedText = this.output = "";
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue