From 82f2047f12e2667675e6057484cd931d51da87a8 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Wed, 19 Jun 2024 18:24:35 +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 d8ba684..dd276a4 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -240,6 +240,7 @@ this.Viewer3D.contentWindow.postMessage(JSON.stringify({"changeView":{"currentVariant": this.currentVariant, values: globalInputFormsObjValues[this.currentVariant]}}), "*"); + this.Viewer3DContainer.querySelector('.shx-loading-spinner-container').classList.remove('shx-loading-spinner-container-done');