refactor: accidental usage of wrong comment
This commit is contained in:
@@ -294,7 +294,7 @@
|
|||||||
<!-- Adding non-bound chunk is not okay, change the user flow to edit existing ones. -->
|
<!-- Adding non-bound chunk is not okay, change the user flow to edit existing ones. -->
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{: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">
|
<div class="flex flex-col p-2 rounded-md border-darkborderc border">
|
||||||
{#if i === 0}
|
{#if i === 0}
|
||||||
<span class="text-green-500">Active</span>
|
<span class="text-green-500">Active</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user