perf: cancel the request when leaving page

This commit is contained in:
jialin
2026-01-16 16:53:38 +08:00
parent 3e359a69c7
commit b4f69a4e2e
6 changed files with 60 additions and 44 deletions
@@ -64,6 +64,7 @@ export default function useAddWorkerMessage() {
return {
addedCount,
chunkRequestRef,
createModelsChunkRequest
};
}