From 8b78248da4f806448aca7d02355b5b669332f784 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Thu, 27 Jun 2024 22:30:42 +0200 Subject: [PATCH] fixed isLoading --- snippets/shx-loading-spinner.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/shx-loading-spinner.liquid b/snippets/shx-loading-spinner.liquid index 399ad97..51dce2d 100644 --- a/snippets/shx-loading-spinner.liquid +++ b/snippets/shx-loading-spinner.liquid @@ -38,7 +38,7 @@ clearTimeout(this.hideTimeout); } - this.isLoading = true; + this.isLoading = false; this.resetStyles(); this.container.innerHTML = ` @@ -62,7 +62,7 @@ clearTimeout(this.hideTimeout); } - this.isLoading = true; + this.isLoading = false; this.resetStyles(); this.container.innerHTML = `