refactor: accidental usage of wrong comment

This commit is contained in:
LightningHyperBlaze45654
2024-12-01 13:06:33 -08:00
parent 60d4e33893
commit 2a35b1f4b2

View File

@@ -294,7 +294,7 @@
<!-- Adding non-bound chunk is not okay, change the user flow to edit existing ones. -->
</div>
{:else}
{#each DBState.db.characters[$selectedCharID].chats[DBState.db.characters[$selectedCharID].chatPage].hypaV2Data.mainChunks as chunk, i} // Summarized -> mainChunks
{#each DBState.db.characters[$selectedCharID].chats[DBState.db.characters[$selectedCharID].chatPage].hypaV2Data.mainChunks as chunk, i} <!-- Summarized should be mainChunks, afaik. Be aware of that chunks are created with mainChunks, however this editing would not change related chunks. -->
<div class="flex flex-col p-2 rounded-md border-darkborderc border">
{#if i === 0}
<span class="text-green-500">Active</span>