8000 ignore sortable special case · vuejs/vue@6084fd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6084fd3

Browse files
committed
ignore sortable special case
1 parent 67f5dcd commit 6084fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/directives/public/for.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ const vFor = {
362362
// if prevEl doesn't have nextSibling, this means it's
363363
// been dragged after the end anchor. Just re-position
364364
// the end anchor to the end of the container.
365+
/* istanbul ignore if */
365366
if (!prevEl.nextSibling) {
366367
this.end.parentNode.appendChild(this.end)
367368
}

0 commit comments

Comments
 (0)
0