mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 10:12:41 +00:00
Make console readonly
This commit is contained in:
parent
a9488cd504
commit
0aa67b25aa
@ -4,6 +4,7 @@
|
|||||||
<textarea [(ngModel)]="console_content"
|
<textarea [(ngModel)]="console_content"
|
||||||
#tfwconsole
|
#tfwconsole
|
||||||
[scrollTop]="tfwconsole.scrollHeight"
|
[scrollTop]="tfwconsole.scrollHeight"
|
||||||
|
readonly
|
||||||
class="tfw-console"
|
class="tfw-console"
|
||||||
spellcheck="false">
|
spellcheck="false">
|
||||||
</textarea>
|
</textarea>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user