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 not reproduce the warning because I do not know what the warning will be issued, but ...
In my understanding {passive: true} means that preventDefault() has not been called in handler, so in this case {passive: false} is correct? Will the warning disappear even though {passive: false}?
Hi! Just change line 111 of webaudiocontrols.js by this will remove an ennoying warning in Chrome about "you should declare wheel event as passive":
Thanks in advance !
Michel
The text was updated successfully, but these errors were encountered: