Skip to content

Commit

Permalink
add aria-role:none to get rid of warning (#522)
Browse files Browse the repository at this point in the history
* add aria-role:none to get rid of warning

* Apply suggestions from code review

---------

Co-authored-by: Rich Harris <[email protected]>
Snailedlt and Rich-Harris authored Dec 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent da3e539 commit 19a6d16
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@
}}
on:mousedown={() => size.set(30)}
on:mouseup={() => size.set(10)}
role="presentation"
>
<circle
cx={$coords.x}
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@
}}
on:mousedown={() => size.set(30)}
on:mouseup={() => size.set(10)}
role="presentation"
>
<circle
cx={$coords.x}

1 comment on commit 19a6d16

@vercel
Copy link

@vercel vercel bot commented on 19a6d16 Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.