dimforge / rapier.js

Official JavaScript bindings for the Rapier physics engine.
https://rapier.rs
Apache License 2.0
435 stars 58 forks source link

Fix statsjs default to custom panel on Firefox #201

Closed lucas-schuermann closed 1 year ago

lucas-schuermann commented 1 year ago

Cleans up the current hacky approach to select the custom ms/step panel by default--instead inspects the number of children of the parent DOM element of all panels

sebcrozet commented 1 year ago

Thanks!