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 67f5dcd commit 6084fd3Copy full SHA for 6084fd3
src/directives/public/for.js
@@ -362,6 +362,7 @@ const vFor = {
362
// if prevEl doesn't have nextSibling, this means it's
363
// been dragged after the end anchor. Just re-position
364
// the end anchor to the end of the container.
365
+ /* istanbul ignore if */
366
if (!prevEl.nextSibling) {
367
this.end.parentNode.appendChild(this.end)
368
}
0 commit comments