mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-14 05:52:55 +00:00
fix vueJS misstype external var + change contrast color for textarea background and buttons
This commit is contained in:
parent
31452f01cc
commit
2a48133e63
3 changed files with 7 additions and 9 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue