forked from XiaoMo/ChatGPT-Next-Web
Merge pull request #1573 from yanCode/fix/tab-change
fix: set openWhenHidden to be true
This commit is contained in:
commit
db29fed99a
@ -126,6 +126,7 @@ export class ChatGPTApi implements LLMApi {
|
||||
onerror(e) {
|
||||
options.onError?.(e);
|
||||
},
|
||||
openWhenHidden: true,
|
||||
});
|
||||
} else {
|
||||
const res = await fetch(chatPath, chatPayload);
|
||||
|
Loading…
Reference in New Issue
Block a user