From a5d3981c7c0816ab8a6bf1b25f77f4c60602b802 Mon Sep 17 00:00:00 2001
From: idotj <info@idotj.com>
Date: Fri, 11 Jun 2021 20:13:27 +0200
Subject: [PATCH] bug: remove Response text when delete text is clicked

---
 app/templates/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/templates/index.html b/app/templates/index.html
index 45f08d1..bf4003a 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -446,7 +446,7 @@
 
 			deleteText: function(e){
 				e.preventDefault();
-				this.inputText = this.translatedText = "";
+				this.inputText = this.translatedText = this.output = "";
 			}
 		}
 		});
-- 
GitLab