mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
禁用了点击输入框就跳转
This commit is contained in:
@@ -324,7 +324,7 @@ export const useChatStore = createPersistStore(
|
||||
);
|
||||
},
|
||||
|
||||
currentSession() {
|
||||
currentSession(): ChatSession {
|
||||
let index = get().currentSessionIndex;
|
||||
const sessions = get().sessions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user