mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Fix chat copy rename
This commit is contained in:
@@ -243,6 +243,8 @@
|
|||||||
|
|
||||||
// Set the ID
|
// Set the ID
|
||||||
chatCopy.id = newChatID()
|
chatCopy.id = newChatID()
|
||||||
|
// Set new name
|
||||||
|
chatCopy.name = cname
|
||||||
|
|
||||||
// Add a new chat
|
// Add a new chat
|
||||||
chats.push(chatCopy)
|
chats.push(chatCopy)
|
||||||
|
|||||||
Reference in New Issue
Block a user