mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-09 20:44:36 +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>
|
<span class="cursor box"> </span>
|
||||||
<p class="command"></p>
|
<p class="command"></p>
|
||||||
</div>
|
</div>
|
||||||
<textarea id="commandTextField"></textarea>
|
<textarea
|
||||||
|
autocomplete="off"
|
||||||
|
autocorrect="off"
|
||||||
|
autocapitalize="off"
|
||||||
|
spellcheck="false"
|
||||||
|
id="commandTextField">
|
||||||
|
</textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue