fix: add React Flow handles, fix keyboard, NodeUse active, beat captions
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user