chore: disable inheriting attrs

This commit is contained in:
Braks
2022-04-24 13:34:22 +02:00
parent 21570209d8
commit cd85eb1842
11 changed files with 28 additions and 2 deletions
@@ -76,5 +76,6 @@ BezierEdge.props = [
'markerStart',
'style',
]
BezierEdge.inheritAttrs = false
export default BezierEdge