solidjs / solid-site

Code that powers the SolidJS.com platform.
https://www.solidjs.com
159 stars 173 forks source link

remove attempt to prevent default on a passive listener #465

Closed tjenkinson closed 1 year ago

tjenkinson commented 1 year ago

Fixes these console errors

image

It looks like the call was added in c07e5b39428e33594fc4e7435350d6b3de6f1592 and passive was removed at that point,

but then it was broken when passive came back in db61119132e1c8bda27cdb04bd1466e09810eb63.

So not sure if this is the correct fix, of if the fix should be removing passive again?