mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-05 07:20:13 +01:00
Translated textarea read only
This commit is contained in:
parent
625aee0a84
commit
81c02c9549
@ -143,7 +143,7 @@
|
|||||||
|
|
||||||
<div class="input-field textarea-container col s6">
|
<div class="input-field textarea-container col s6">
|
||||||
<div class="position-relative">
|
<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">
|
<button class="btn-copy-translated" @click="copyText">
|
||||||
<span>[[ copyTextLabel ]]</span> <i class="material-icons">content_copy</i>
|
<span>[[ copyTextLabel ]]</span> <i class="material-icons">content_copy</i>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user