[fix] preset list not closing

This commit is contained in:
kwaroran
2023-05-18 23:03:02 +09:00
parent db2ae9805c
commit ff65ba2b07

View File

@@ -103,7 +103,7 @@
</div> </div>
</div> </div>
{#if openPresetList} {#if openPresetList}
<Botpreset /> <Botpreset close={() => {openPresetList = false}} />
{/if} {/if}
<style> <style>
.setting-bg{ .setting-bg{