Skip to content

Commit

Permalink
fix: prevent point event on p-ink class (#7727)
Browse files Browse the repository at this point in the history
  • Loading branch information
KumJungMin authored Feb 22, 2025
1 parent ea2916c commit 681d5bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/picklist/PickListBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ const styles = `
position: relative;
}
.p-picklist-item .p-ink {
pointer-events: none;
}
.p-picklist-filter {
position: relative;
}
Expand Down

0 comments on commit 681d5bd

Please sign in to comment.