Fix issue with messages getting mixed up
This commit is contained in:
parent
a84a7b269e
commit
a1eeebb934
|
@ -14,6 +14,6 @@
|
|||
|
||||
{#each messages as message, i}
|
||||
{#if !((message.summarized) && $globalStorage.hideSummarized) && !(i === 0 && message.role === 'system' && !chatSettings.useSystemPrompt)}
|
||||
<EditMessage bind:message={message} chatId={chatId} chat={chat} />
|
||||
{#key message.uuid}<EditMessage bind:message={message} chatId={chatId} chat={chat} />{/key}
|
||||
{/if}
|
||||
{/each}
|
||||
|
|
Loading…
Reference in New Issue