Update PlaygroundJinja.svelte to bind onInput event to TextAreaInput

This commit is contained in:
kwaroran
2024-04-24 23:14:16 +09:00
parent c777b0048a
commit e88b8c64c3

View File

@@ -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>