1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-08-20 13:21:25 +02:00

bug: remove Response text when delete text is clicked

This commit is contained in:
idotj 2021-06-11 20:13:27 +02:00
parent 53bf91ead7
commit a5d3981c7c

View File

@ -446,7 +446,7 @@
deleteText: function(e){
e.preventDefault();
this.inputText = this.translatedText = "";
this.inputText = this.translatedText = this.output = "";
}
}
});