From 7d5dc6a55ba6b7e2feb14cdc4a563608b0b52b1e Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Thu, 20 Jun 2024 21:10:28 +0200 Subject: [PATCH] shx-3d-render --- snippets/shx-3d-render-input.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index aa61c22..3854562 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -172,7 +172,7 @@ this.Viewer3D.contentWindow.postMessage(initData, "*"); this.loadingSpinner.show(); - renderView(); + this.renderView(); } return; };