-
I created a small single-page app with a canvas inside, for which I setup a kaplay configuration. However, I get I tried to set Thank you for your help... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The solution 1 described by tao on stackoverflow works for me. I just added "wheel" to the list of callbacks to be patched. Is this a bug? I am open for suggestions. |
Beta Was this translation helpful? Give feedback.
The solution 1 described by tao on stackoverflow works for me. I just added "wheel" to the list of callbacks to be patched.
Is this a bug?
It seems to originate from here in kaplay. We could change certain event listeners to be passive? Or does this break something? In this case maybe an option to make them passive here could help?
I am open for suggestions.