@mml-io/mml-web-playcanvas-standalone 0.19.2 → 0.19.3

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
@@ -547,7 +547,7 @@ var StandalonePlayCanvasAdapter = class _StandalonePlayCanvasAdapter {
547
547
  return this.playcanvasApp.root;
548
548
  }
549
549
  getBoundingBoxForElement(element) {
550
- if (!(element instanceof TransformableElement)) {
550
+ if (!TransformableElement.isTransformableElement(element)) {
551
551
  return null;
552
552
  }
553
553
  const bounds = element.getContentBounds();