fix vueJS misstype external var + change contrast color for textarea background and buttons

This commit is contained in:
idotj 2021-06-11 21:03:38 +02:00
parent 31452f01cc
commit 2a48133e63
3 changed files with 7 additions and 9 deletions

View file

@ -430,9 +430,8 @@
};
request.send(data);
}, {{ frontendTimeout }});
}, '{{ frontendTimeout }}');
},
copyText: function(e){
e.preventDefault();
this.$refs.translatedTextarea.select();
@ -447,7 +446,6 @@
}, 1500);
}
},
deleteText: function(e){
e.preventDefault();
this.inputText = this.translatedText = this.output = "";