diff --git a/core/Composition.js b/core/Composition.js index 85399b90..cba3f0b7 100644 --- a/core/Composition.js +++ b/core/Composition.js @@ -1414,6 +1414,7 @@ export default class Composition { if (element.hasAttribute('mdw-for')) { while (element.contains(node = treeWalker.nextNode())); this.#interpolateIterable(element, options); + continue; } else { const idAttr = element.attributes.id; if (idAttr) {