mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Save chat after rename
This commit is contained in:
@@ -478,6 +478,7 @@
|
||||
value: chat.name,
|
||||
onSubmit: (value) => {
|
||||
chat.name = (value || '').trim() || chat.name
|
||||
saveChatStore()
|
||||
$checkStateChange++
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user