webui: Fix editing assistant message without branching (#20944)

* fix: Editing assistant response without branching

* chore: update webui build output
This commit is contained in:
Aleksander Grygier
2026-03-25 11:47:33 +01:00
committed by GitHub
parent 062cca58fc
commit 69e0ecef06
2 changed files with 0 additions and 1 deletions
@@ -1207,7 +1207,6 @@ class ChatStore {
await conversationsStore.updateCurrentNode(newMessage.id);
} else {
await DatabaseService.updateMessage(msg.id, { content: newContent });
await conversationsStore.updateCurrentNode(msg.id);
conversationsStore.updateMessageAtIndex(idx, { content: newContent });
}