mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix: reset taskId after conversation to prevent incorrect cancellation behavior
This commit is contained in:
parent
b03fc97e28
commit
1160e21d45
1 changed files with 2 additions and 0 deletions
|
|
@ -887,6 +887,8 @@
|
|||
await chats.set(await getChatList(localStorage.token, $currentChatPage));
|
||||
}
|
||||
}
|
||||
|
||||
taskId = null
|
||||
};
|
||||
|
||||
const chatActionHandler = async (chatId, actionId, modelId, responseMessageId, event = null) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue