feat(client): add appropriation node and node edit drawer
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user