@shopware-ag/dive 1.16.26-beta.2 → 1.16.26-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/dive",
3
- "version": "1.16.26-beta.2",
3
+ "version": "1.16.26-beta.3",
4
4
  "description": "Shopware Spatial Framework",
5
5
  "type": "module",
6
6
  "main": "./build/dive.cjs",
package/src/ar/AR.ts CHANGED
@@ -150,7 +150,7 @@ export class DIVEAR {
150
150
 
151
151
  anchor.setAttribute('href', intent);
152
152
  console.log('Attempting to present in AR with Scene Viewer...');
153
- anchor.click();
153
+ // anchor.click();
154
154
  }
155
155
 
156
156
  private createSceneViewerSrc(): string {