fix(studio): single-flight reorder source read, tag loose-match sourceHfIdCount, brace style

This commit is contained in:
Vance Ingalls
2026-07-01 14:51:49 -07:00
parent 5149394b00
commit 69b927a300
4 changed files with 54 additions and 10 deletions
+2 -1
View File
@@ -221,12 +221,13 @@ export function sdkGsapTweenPersist(
"addGsapTween",
gsapSrc ? () => gsapSrc(targetPath) : undefined,
);
} else
} else {
recordAnimationResolverParity(
sdkSession,
op.animationId,
op.kind === "set" ? "setGsapTween" : "removeGsapTween",
);
}
// Leading dark-launch gate so flag-off does no SDK touch (getElement) at all —
// matches the other three chokepoints' discipline.
if (!STUDIO_SDK_CUTOVER_ENABLED) return Promise.resolve(false);