mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Fix message edits not being saved to chatStore
This commit is contained in:
@@ -70,6 +70,7 @@
|
|||||||
const doChange = () => {
|
const doChange = () => {
|
||||||
if (message.content !== original) {
|
if (message.content !== original) {
|
||||||
dispatch('change', message)
|
dispatch('change', message)
|
||||||
|
updateMessages(chatId)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user