MurhafSousli / ngx-scrollbar

Custom overlay-scrollbars with native scrolling mechanism
https://ngx-scrollbar.netlify.app/
MIT License
618 stars 99 forks source link

Events on the vertical bar is propagated #541

Closed samfrach closed 9 months ago

samfrach commented 9 months ago

The bug is very simple to reproduce : I use Angular 14.

..... when I click on the vertical bar to scroll, the mouseDown event (and all others) are propagated to "my-item"s .... is there a way to disable it ?
samfrach commented 9 months ago

pointerEventsMethod="scrollbar"

I thank myself :))))