webui: Fix editing assistant message without branching (#20944)
* fix: Editing assistant response without branching * chore: update webui build output
This commit is contained in:
parent
062cca58fc
commit
69e0ecef06
Binary file not shown.
|
|
@ -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 });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue