fix: custom nodes not getting styled properly

* BezierEdge.tsx not drawing paths correctly
This commit is contained in:
Braks
2021-08-08 19:28:45 +02:00
parent 1d542aba65
commit 83216f8ece
6 changed files with 51 additions and 330 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ const CustomNodeFlow = defineComponent({
id: '2',
type: 'selectorNode',
data: { onChange: onChange, color: bgColor.value },
style: { border: '1px solid #777', padding: 10 },
style: { border: '1px solid #777', padding: '10px' },
position: { x: 250, y: 50 }
},
{