From 7c4819d54aab112351f4d5ac56c4090e76996f04 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Wed, 19 Jun 2024 20:31:43 +0200 Subject: [PATCH] shx-3d-render --- snippets/shx-3d-render-input.liquid | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index ecf8ce6..cb50f79 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -179,6 +179,7 @@ const Viewer3DContainer = this.Viewer3DContainer; function iFrameListener() { + console.log("iFrameListener"); window.addEventListener('message', function(event) { console.log("event.origin",event.origin) if(event.origin !== "https://3d-viewer.shinnex.de") return;