fix: add React Flow handles, fix keyboard, NodeUse active, beat captions

This commit is contained in:
lda
2026-07-05 22:53:38 +07:00 Verified
parent 597370ffcd
commit e22e2a923d
6 changed files with 74 additions and 30 deletions
@@ -194,6 +194,8 @@ export const SceneBody = ({ location, demo, selectedNodeId, selectNode, openEvid
case "architecture":
return (
<ArchitectureScene
scene={scene}
beat={beat}
focusPath={location.kind === "main" ? location.focusPath : []}
activeNodeId={beat.figure?.activeNodeId ?? null}
onFocusPathChange={onFocusPathChange}