fix(workbench): remove stale gap refresh call (#1955)

This commit is contained in:
Lyon
2026-06-23 07:15:33 +08:00
committed by GitHub
parent 0d0fdd0b51
commit 84cb8bb46e
@@ -1285,7 +1285,6 @@ function nonBlockingProjection(projection: ProjectionDiagnostic | null): Project
})); }));
rememberTurnStatus(traceId, result); rememberTurnStatus(traceId, result);
markWorkbenchTraceProjected(traceId); markWorkbenchTraceProjected(traceId);
clearActiveTurnGapRefresh(traceId);
void refreshMessageProjectionForTrace(ownerSessionId, traceId); void refreshMessageProjectionForTrace(ownerSessionId, traceId);
void hydrateTraceEvents(serverState.value.messagesBySessionId[ownerSessionId] ?? []); void hydrateTraceEvents(serverState.value.messagesBySessionId[ownerSessionId] ?? []);
if (ownerSessionId === activeSessionId.value) { if (ownerSessionId === activeSessionId.value) {