This commit is contained in:
David Bruant 2025-05-09 18:48:18 +02:00
parent c95400030e
commit db875a7b40

View File

@ -303,8 +303,6 @@ function fillEachBlock(startNode, iterableExpression, itemExpression, endNode, c
} }
} }
// add after-text if any // add after-text if any
const endNodeNextSiblings = [] const endNodeNextSiblings = []
let endNodeNextSibling = endNode.nextSibling let endNodeNextSibling = endNode.nextSibling