auto-save 2026-05-13 19:50 (~4)

This commit is contained in:
2026-05-13 19:50:51 +08:00
parent 2ccbf4b9c6
commit a471f89e16
4 changed files with 40 additions and 21 deletions

View File

@@ -413,11 +413,6 @@ export default function Home() {
selectedFrames={selectedFrames}
focusedFrame={storyboardFrame}
onFocusFrame={setStoryboardFrame}
onJobUpdate={setJob as any}
onOpenWorkbench={(idx?: number) => {
if (typeof idx === "number") setStoryboardFrame(idx)
setWorkbenchOpen(true)
}}
/>
<div className="relative flex-1 min-h-0">
<ReactFlow