Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 681d5bd

Browse files
authoredFeb 22, 2025··
fix: prevent point event on p-ink class (#7727)
1 parent ea2916c commit 681d5bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎components/lib/picklist/PickListBase.js

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ const styles = `
5555
position: relative;
5656
}
5757
58+
.p-picklist-item .p-ink {
59+
pointer-events: none;
60+
}
61+
5862
.p-picklist-filter {
5963
position: relative;
6064
}

0 commit comments

Comments
 (0)
Please sign in to comment.