@mml-io/3d-web-client-core 0.0.0-experimental-58a961d-20240708 → 0.0.0-experimental-2a37862-20240710

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.js CHANGED
@@ -559,6 +559,7 @@ var CameraManager = class {
559
559
  }
560
560
  dispose() {
561
561
  this.eventHandlerCollection.clear();
562
+ document.body.style.cursor = "";
562
563
  }
563
564
  easeOutExpo(x) {
564
565
  return x === 1 ? 1 : 1 - Math.pow(2, -10 * x);