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