liabru

Results 233 comments of liabru

Closing as it's not clear that this is a bug.

Look out for these changes in the next release. Thanks again to all those who provided feedback here!

`Matter.Mouse` uses `event.preventDefault` [e.g. here](https://github.com/liabru/matter-js/blob/master/src/core/Mouse.js#L100-L103) which you can't use with passive handlers. Though Chrome doesn't seem to detect this and still shows the warning, unless anyone knows how to avoid...

Interesting point but it has been this way since the start of the project, so I'd be a little reluctant to change this one as it might create more confusion...

Closing as it looks like you managed to solve this one, thanks for sharing.

Think this would also cover #595.

The performance branch changes were merged a while back as part of `0.18.0` after a lot of benchmarking. At the time, surprisingly `Math.min` appeared better in some very specific parts...

Closing this thread to refer to updates in #702 on this topic, thanks again for the reports here.

Are you able to share a minimal code case for this one? Thanks.

Closing this thread to refer to updates in #702 on this topic, thanks again for the reports here.