mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-02 17:15:24 +02:00
Resolves #476
This commit is contained in:
parent
f209012149
commit
9a60b082f3
1 changed files with 7 additions and 1 deletions
|
@ -66,7 +66,13 @@
|
|||
<span class="cursor box"> </span>
|
||||
<p class="command"></p>
|
||||
</div>
|
||||
<textarea id="commandTextField"></textarea>
|
||||
<textarea
|
||||
autocomplete="off"
|
||||
autocorrect="off"
|
||||
autocapitalize="off"
|
||||
spellcheck="false"
|
||||
id="commandTextField">
|
||||
</textarea>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue