Fix sidebar and textarea size

This commit is contained in:
kwaroran
2024-04-25 02:30:10 +09:00
parent f1dfabc408
commit 5bd57df411
11 changed files with 31 additions and 30 deletions

View File

@@ -54,7 +54,7 @@
{/each}
</div>
{/if}
<TextAreaInput autocomplete="off" bind:value={valueObject[selectedLang]} height={"20"} onInput={() => {
<TextAreaInput autocomplete="off" bind:value={valueObject[selectedLang]} onInput={() => {
updateValue()
onInput()
}} className={className} />