feat(client): add appropriation node and node edit drawer

This commit is contained in:
2025-07-09 16:17:49 +05:00
parent 443293d420
commit 943f4ded2d
9 changed files with 456 additions and 178 deletions

View File

@@ -69,6 +69,9 @@ export default function IfElseNode({ data }: NodeProps<Node & IfElseNodeData>) {
style={{ ...DEFAULT_HANDLE_STYLE }}
/>
<Handle
onClick={() => {
console.log("click");
}}
type="source"
position={Position.Bottom}
id="false"