Skip to content

Commit

Permalink
fix(listoption): avoid pointer events from slotted content
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Oct 10, 2024
1 parent 2de1313 commit ac6aa15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ListOption.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export default ListItem
#content {
-webkit-user-select: none;
user-select: none;
pointer-events: none;
}
#content[selected] {
Expand Down

0 comments on commit ac6aa15

Please sign in to comment.