mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-10 22:20:14 +00:00
feat(studio): expose resolved z-index and stacking context on timeline clips
This commit is contained in:
@@ -192,9 +192,12 @@ function domSiblingClips(
|
||||
start: host.start,
|
||||
duration: host.duration,
|
||||
track: host.track,
|
||||
zIndex: 0,
|
||||
stackingContextId: host.stackingContextId ?? host.domId ?? host.id ?? null,
|
||||
kind: "element",
|
||||
tagName: null,
|
||||
compositionId: null,
|
||||
compositionAncestors: host.compositionAncestors ?? [],
|
||||
parentCompositionId: host.id ?? null,
|
||||
compositionSrc: host.compositionSrc ?? null,
|
||||
assetUrl: null,
|
||||
|
||||
Reference in New Issue
Block a user