Update PlaygroundSyntax and PlaygroundTokenizer components

This commit is contained in:
kwaroran
2024-04-24 23:13:55 +09:00
parent 0fa918836f
commit c777b0048a
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<span class="text-textcolor text-lg">Input</span>
<TextAreaInput onInput={onInput} bind:value={input} height="32" />
<TextAreaInput onInput={onInput} bind:value={input} height="32" optimaizedInput={false} />
<span class="text-textcolor text-lg">Result</span>

View File

@@ -22,7 +22,7 @@
<span class="text-textcolor text-lg">Input</span>
<TextAreaInput onInput={onInput} bind:value={input} height="32" />
<TextAreaInput onInput={onInput} bind:value={input} height="32" optimaizedInput={false} />
<span class="text-textcolor text-lg">Result</span>