You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to find a way to prevent a wheel event from "bubbling up" to PixiViewport. If I have some container within my viewport that I need to have handle "wheel" - is this possible?
I would expect calling stopPropagation (as shown in the repro) to prevent zooming, but it doesn't seem to.
The text was updated successfully, but these errors were encountered:
Stackblitz: https://stackblitz.com/edit/vitejs-vite-lbeavevd?file=src%2Fmain.ts
I can't seem to find a way to prevent a wheel event from "bubbling up" to PixiViewport. If I have some container within my viewport that I need to have handle "wheel" - is this possible?
I would expect calling stopPropagation (as shown in the repro) to prevent zooming, but it doesn't seem to.
The text was updated successfully, but these errors were encountered: