fix(svelte) id should not get applied to edge path
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
|
|
||||||
<path
|
<path
|
||||||
d={path}
|
d={path}
|
||||||
{id}
|
|
||||||
class={cc(['svelte-flow__edge-path', className])}
|
class={cc(['svelte-flow__edge-path', className])}
|
||||||
marker-start={markerStart}
|
marker-start={markerStart}
|
||||||
marker-end={markerEnd}
|
marker-end={markerEnd}
|
||||||
|
|||||||
Reference in New Issue
Block a user