From 4cff4e2af9ba14ee77edfa7c0c813fb0c794ad13 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Fri, 28 Jun 2024 18:07:06 +0200 Subject: [PATCH] test --- snippets/shx-3d-render-input.liquid | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 8f919a4..9ba5ff2 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -710,12 +710,13 @@ } renderView(debounteTime = 1500) { - let currentTimeout = this.renderViewDebounce; + /*let currentTimeout = this.renderViewDebounce; if(currentTimeout) { clearTimeout(currentTimeout); } - this.renderViewDebounce = setTimeout(this._renderView.bind(this), debounteTime); + this.renderViewDebounce = setTimeout(this._renderView.bind(this), debounteTime);*/ + this._renderView(); } _renderView() {