Skip to content

Commit 69e0ece

Browse files
authored
webui: Fix editing assistant message without branching (ggml-org#20944)
* fix: Editing assistant response without branching * chore: update webui build output
1 parent 062cca5 commit 69e0ece

2 files changed

Lines changed: 0 additions & 1 deletion

File tree

tools/server/public/index.html.gz

-7 Bytes
Binary file not shown.

tools/server/webui/src/lib/stores/chat.svelte.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,6 @@ class ChatStore {
12071207
await conversationsStore.updateCurrentNode(newMessage.id);
12081208
} else {
12091209
await DatabaseService.updateMessage(msg.id, { content: newContent });
1210-
await conversationsStore.updateCurrentNode(msg.id);
12111210
conversationsStore.updateMessageAtIndex(idx, { content: newContent });
12121211
}
12131212

0 commit comments

Comments
 (0)