This commit is contained in:
Peter Cottle 2018-07-26 07:52:26 -07:00
parent f209012149
commit 9a60b082f3

View file

@ -66,7 +66,13 @@
<span class="cursor box">&nbsp;</span>
<p class="command"></p>
</div>
<textarea id="commandTextField"></textarea>
<textarea
autocomplete="off"
autocorrect="off"
autocapitalize="off"
spellcheck="false"
id="commandTextField">
</textarea>
</div>
</div>