forked from mirrors/LibreTranslate
Translated textarea read only
This commit is contained in:
parent
625aee0a84
commit
81c02c9549
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
|
||||
<div class="input-field textarea-container col s6">
|
||||
<div class="position-relative">
|
||||
<textarea id="textarea2" v-model="translatedText" ref="translatedTextarea"></textarea>
|
||||
<textarea id="textarea2" v-model="translatedText" ref="translatedTextarea" readonly></textarea>
|
||||
<button class="btn-copy-translated" @click="copyText">
|
||||
<span>[[ copyTextLabel ]]</span> <i class="material-icons">content_copy</i>
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue