From f0659ff657a4e6a80e1ce7f74b626a2c5799569f Mon Sep 17 00:00:00 2001 From: Felix Frank Date: Tue, 3 Dec 2024 11:25:02 +0100 Subject: [PATCH] Removed scene viewer temporarily. --- src/ar/AR.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ar/AR.ts b/src/ar/AR.ts index 86303ca1..e88ca517 100644 --- a/src/ar/AR.ts +++ b/src/ar/AR.ts @@ -150,7 +150,7 @@ export class DIVEAR { anchor.setAttribute('href', intent); console.log('Attempting to present in AR with Scene Viewer...'); - anchor.click(); + // anchor.click(); } private createSceneViewerSrc(): string {