mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 23:00:03 +00:00
fix(core): avoid live volume probe during render
This commit is contained in:
@@ -1834,6 +1834,10 @@ export function initSandboxRuntimeModular(): void {
|
||||
state.capturedTimeline,
|
||||
getSafeTimelineDurationSeconds(state.capturedTimeline, 0),
|
||||
volumeKeyframeCache,
|
||||
{
|
||||
allowLiveTimelineSeek: !(window as Window & { __HF_RENDER_CAPTURE_MODE?: boolean })
|
||||
.__HF_RENDER_CAPTURE_MODE,
|
||||
},
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user