Update PlaygroundJinja.svelte to bind onInput event to TextAreaInput
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
<span class="text-textcolor text-lg">Data (JSON)</span>
|
||||
|
||||
<TextAreaInput bind:value={json} height="32" />
|
||||
<TextAreaInput onInput={onInput} bind:value={json} height="32" />
|
||||
|
||||
<span class="text-textcolor text-lg">Result</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user