Skip to content

Commit

Permalink
add auto to textarea for dir
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed-abuodeh committed May 2, 2024
1 parent 1c5e421 commit d03b220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewtree.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<div id="upload-2-row-1">
<label id="label-treedata2" for="treedata2"> Or enter text</label>
<br>
<textarea id="treedata2" placeholder="Each line of text will become a seperate tree."></textarea>
<textarea id="treedata2" dir="auto" placeholder="Each line of text will become a seperate tree."></textarea>
</div>

<div id="upload-2-row-2">
Expand Down

0 comments on commit d03b220

Please sign in to comment.