add: gut updates

are you ready?
I hate school
This commit is contained in:
LightningHyperBlaze45654
2024-12-01 22:15:19 -08:00
parent 4ea365a141
commit 46502e762b
2 changed files with 11 additions and 1 deletions

View File

@@ -287,7 +287,7 @@
</div>
{#if generationInfoMenuIndex === 0}
<div class="flex flex-col gap-2 w-full">
{#each DBState.db.characters[$selectedCharID].chats[DBState.db.characters[$selectedCharID].chatPage].hypaV2Data.chunks as chunk}
{#each DBState.db.characters[$selectedCharID].chats[DBState.db.characters[$selectedCharID].chatPage].hypaV2Data.chunks as chunk, i}
<TextAreaInput bind:value={chunk.text} />
{/each}