mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-12 11:50:13 +08:00
avoid generating a new chat when storing session
This commit is contained in:
@@ -454,7 +454,7 @@ function ConversationCard(props) {
|
||||
Browser.runtime.sendMessage({
|
||||
type: 'OPEN_URL',
|
||||
data: {
|
||||
url: Browser.runtime.getURL('IndependentPanel.html'),
|
||||
url: Browser.runtime.getURL('IndependentPanel.html') + '?from=store',
|
||||
},
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user