chore(examples): add undirectional

This commit is contained in:
moklick
2021-03-02 11:12:35 +01:00
parent 19f854b716
commit b71c9eb891
4 changed files with 102 additions and 1 deletions
@@ -22,7 +22,6 @@ const initialElements: Elements = [
type: 'custom',
data: { label: 'Node 1', handleCount: initialHandleCount },
position: { x: 250, y: 5 },
className: 'light',
},
];