Hello,
since I updated to the newest version I’m getting the error Unable to preventDefault inside passive event listener invocation.
_wheel @ babylon.js:1
e.notifyObservers @ babylon.js:1
e._processPointerMove @ babylon.js:1
_onPointerMove @ babylon.js:1
eval @ babylon.js:1
e.notifyObservers @ babylon.js:1
e._onInputChanged @ babylon.js:1
o @ babylon.js:1
_pointerWheelEvent @ babylon.js:1
Everything seems to work fine still, but getting this error displayed everytime you zoom/use the wheel seems a bit odd.
If I do camera.attachControl(true)
it doesn’t display the error (obviously, but just fyi).