refactor(edge-types-example): cleanup

This commit is contained in:
moklick
2020-07-21 16:48:23 +02:00
parent 8cf5b3f137
commit 8a16727cf8
5 changed files with 15 additions and 29 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ const CustomNodeFlow = () => {
nodeTypes={{
selectorNode: ColorSelectorNode,
}}
connectionLineStyle={{ stroke: '#ddd', strokeWidth: 2 }}
connectionLineStyle={{ stroke: '#ddd' }}
snapToGrid={true}
snapGrid={[16, 16]}
>