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]>
  • Loading branch information
Snailedlt and Rich-Harris authored Dec 15, 2023
1 parent da3e539 commit 19a6d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
}}
on:mousedown={() => size.set(30)}
on:mouseup={() => size.set(10)}
role="presentation"
>
<circle
cx={$coords.x}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
}}
on:mousedown={() => size.set(30)}
on:mouseup={() => size.set(10)}
role="presentation"
>
<circle
cx={$coords.x}
Expand Down

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.