Skip to content

Commit

Permalink
Make input editable again (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
crummy committed Dec 19, 2024
1 parent dfe68d7 commit 5702508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const initialExample = examples.find(e => e.highlighted)?.title
<div class='header'>
<label for="input">Input</label>
</div>
<div contenteditable"true" role="textbox" id='input' oninput="autoparse()"></div>
<div contenteditable="true" role="textbox" id='input' oninput="autoparse()"></div>
</div>
<div class='output'>
<div class='header'>Parse Tree
Expand Down

0 comments on commit 5702508

Please sign in to comment.