Browser: Firefox
Looks like the sim is not running on Firefox as of the latest build on staging. It works fine on Chrome, which is strange.

Wild guess: It's a chain reaction caused by
InputController: Line 113
this.$body.addEventListener('contextmenu', event.preventDefault());
event is defined in Chrome but undefined in Firefox.
Might be related to #1134
馃槮 how did I miss that. good find!
I was confused by the solution because that could only mean that it's been broken like this for... a long time? At least a month? Who knew! :joy:
The bug was introduced by #1134 which is part of the 6.7.0 release.
that makes a lot more sense :relieved:
Most helpful comment
The bug was introduced by #1134 which is part of the 6.7.0 release.