fix(svelte): handle interactionWidth closes #3558

This commit is contained in:
moklick
2023-10-31 15:31:19 +01:00
parent d2ff09b744
commit 22cb43543d
3 changed files with 9 additions and 2 deletions
@@ -51,6 +51,7 @@
sourcePosition={edge.sourcePosition}
targetPosition={edge.targetPosition}
ariaLabel={edge.ariaLabel}
interactionWidth={edge.interactionWidth}
class={edge.class}
type={edgeType}
{selectable}