Added Custom Node Renaming Functionality

This commit is contained in:
2025-05-20 06:45:27 -06:00
parent 75d1b7d522
commit 84cd4b6a54
2 changed files with 85 additions and 8 deletions

View File

@ -267,6 +267,8 @@ export default function FlowEditor({
}
: null
}
setNodes={setNodes}
selectedNode={selectedNode}
/>
{/* Edge Properties Sidebar */}