Make console readonly

This commit is contained in:
Kristóf Tóth 2018-05-28 14:15:52 +02:00
parent a9488cd504
commit 0aa67b25aa

View File

@ -4,6 +4,7 @@
<textarea [(ngModel)]="console_content"
#tfwconsole
[scrollTop]="tfwconsole.scrollHeight"
readonly
class="tfw-console"
spellcheck="false">
</textarea>