Skip to content

Commit 6c3a10b

Browse files
committed
Suppress a11y warning for waypoint circle interaction
1 parent 3d50b50 commit 6c3a10b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/components/edges/OrthogonalEdge.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@
507507
style="opacity: {waypointsVisible() ? 1 : 0}; pointer-events: {waypointsVisible() ? 'all' : 'none'};"
508508
>
509509
{#each userWaypoints() as waypoint (waypoint.id)}
510+
<!-- svelte-ignore a11y_no_static_element_interactions -->
510511
<circle
511512
cx={waypoint.position.x}
512513
cy={waypoint.position.y}

0 commit comments

Comments
 (0)