Skip to content

Commit

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

0 comments on commit a22d06f

Please sign in to comment.