We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13624cc commit 39ddcf9Copy full SHA for 39ddcf9
1 file changed
Dist/WebflowOnly/RenderStatic.js
@@ -34,7 +34,6 @@ class RenderStatic {
34
35
this.gap = this.gap !== 0 ? this.gap : +this.container.getAttribute("wt-renderstatic-gap") || 0;
36
37
- // Stop observing to prevent the observer from reacting to clone removals
38
if (this.observer) this.observer.disconnect();
39
40
let childrenArray = Array.from(this.container.children);
@@ -55,8 +54,7 @@ class RenderStatic {
55
54
insertIndex = i + this.gap + 1;
56
}
57
58
-
59
- // Re-observe the container
+
60
this.observeContainer();
61
62
0 commit comments