mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
f2ae1f592a
Removes outline: '1px solid black' from the preview iframe in Player.tsx — a leftover debug style that drew a visible rectangular border around every composition preview. Adds regression test 'sub-composition-video' to prevent recurrence of the bug where video elements inside sub-compositions (lacking explicit id attributes) rendered as black frames. Covers the three-part fix: union selector in parseVideoElements, Infinity end fallback, and auto-assigned id persistence into compiled HTML.