auto-save 2026-05-14 12:37 (~6)
This commit is contained in:
@@ -1955,6 +1955,7 @@ export function KeyframePanelNode({ data }: any) {
|
||||
embedded
|
||||
jobId={d.job.id}
|
||||
frames={d.job.frames}
|
||||
generatedVideos={d.job.generated_videos ?? []}
|
||||
activeIndex={d.expandedFrame}
|
||||
selected={d.selectedFrames}
|
||||
onClose={d.onCloseExpandedFrame}
|
||||
@@ -1964,6 +1965,7 @@ export function KeyframePanelNode({ data }: any) {
|
||||
clipboard={d.clipboard}
|
||||
onCopyImage={d.onCopyImage}
|
||||
onGenerateProductFusionVideo={d.onGenerateProductFusionVideo}
|
||||
onDeleteVideo={d.onDeleteVideo}
|
||||
/>
|
||||
</div>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user