daylilyfield / svrollbar

simple custom scrollbar made by svelte
https://daylilyfield.github.io/svrollbar/
MIT License
74 stars 12 forks source link

Unable to preventDefault inside passive event listener invocation #18

Open quasar098 opened 1 year ago

quasar098 commented 1 year ago

image image

code sample: image

I get this error when clicking on a svroller's scrollbar. It seems to be happening on line 232, or the line getting the alwaysVisible attribute This error does not affect functionality, but is annoying

The rest of my code is here

sensiblearts commented 4 months ago

I'm seeing the same