[fix] fixed input lag, bugs

This commit is contained in:
kwaroran
2023-07-19 04:02:13 +09:00
parent 11a9de522e
commit 5a42fe9b6b
9 changed files with 85 additions and 83 deletions

View File

@@ -359,6 +359,6 @@
<Check bind:check={$DataBase.promptPreprocess} name={language.promptPreprocess}/>
</div>
<Button onClick={() => {openPresetList = true}} className="mt-4">{language.presets}</Button>
<Button on:click={() => {openPresetList = true}} className="mt-4">{language.presets}</Button>
{/if}