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