Unable to preventDefault inside passive event listener due to target being treated as passive?
使用滚动时候,新版google浏览器,会弹出如下的警告。 解决方法,可以加上* { touch-action: none; } 这句样式去掉。 其原因:https://developers.g ...