mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-12 15:20:13 +00:00
feat(studio): consolidate timeline editor callbacks
This commit is contained in:
@@ -44,6 +44,7 @@ export function TimelineEditProvider({
|
||||
value.onMoveKeyframeToPlayhead,
|
||||
value.onMoveKeyframe,
|
||||
value.onToggleKeyframeAtPlayhead,
|
||||
value.onTogglePropertyGroupKeyframe,
|
||||
],
|
||||
);
|
||||
return <TimelineEditContext.Provider value={memoized}>{children}</TimelineEditContext.Provider>;
|
||||
|
||||
Reference in New Issue
Block a user