oakmac / chessboardjs

JavaScript chessboard
https://chessboardjs.com
MIT License
2k stars 406 forks source link

Unable to preventDefault inside passive event listener #214

Open callumhemming opened 3 years ago

callumhemming commented 3 years ago

Not sure if this a problem on my end but in Chrome I get this constant error in the console: "[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See "

From what I can see this seems to be a problem within jQuery where google has changed passive listeners
EDIT: I see this problem has been raised before, I apologise for the spam