mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-12-18 08:27:03 +02:00
commit
ea3979ab0c
@ -92,6 +92,8 @@ document.addEventListener('DOMContentLoaded', function(){
|
|||||||
M.FormSelect.init(this.$refs.targetLangDropdown);
|
M.FormSelect.init(this.$refs.targetLangDropdown);
|
||||||
|
|
||||||
if (this.$refs.inputTextarea){
|
if (this.$refs.inputTextarea){
|
||||||
|
this.$refs.inputTextarea.focus()
|
||||||
|
|
||||||
if (this.inputText === ""){
|
if (this.inputText === ""){
|
||||||
this.$refs.inputTextarea.style.height = this.inputTextareaHeight + "px";
|
this.$refs.inputTextarea.style.height = this.inputTextareaHeight + "px";
|
||||||
this.$refs.translatedTextarea.style.height = this.inputTextareaHeight + "px";
|
this.$refs.translatedTextarea.style.height = this.inputTextareaHeight + "px";
|
||||||
|
Loading…
Reference in New Issue
Block a user