mirror of
https://github.com/open-webui/open-webui
synced 2025-04-27 09:41:42 +00:00
Merge pull request #11545 from hurxxxx/fix/reset-taskId-after-conversation
fix: Reset taskId after completion to prevent incorrect cancellation behavior
This commit is contained in:
commit
64fa37c15d
@ -894,6 +894,8 @@
|
||||
await chats.set(await getChatList(localStorage.token, $currentChatPage));
|
||||
}
|
||||
}
|
||||
|
||||
taskId = null
|
||||
};
|
||||
|
||||
const chatActionHandler = async (chatId, actionId, modelId, responseMessageId, event = null) => {
|
||||
|
Loading…
Reference in New Issue
Block a user