perf(ui): avoid full rescan of task child tools

This commit is contained in:
Shantur Rathore
2026-02-27 21:09:46 +00:00
parent 5d5fbfb5f2
commit 9a4d378238
3 changed files with 124 additions and 22 deletions

View File

@@ -117,6 +117,7 @@ export function applyPartDeltaV2(
partId: input.partId,
field: input.field,
delta: input.delta,
bumpSessionRevision: false,
})
}