mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-10 22:20:14 +00:00
fix(studio): single-flight reorder source read, tag loose-match sourceHfIdCount, brace style
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user