Skip to content

Commit 169605c

Browse files
author
Ralph Huwiler
committed
fix wrong pathTo value in change event
1 parent e35ad3a commit 169605c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VueNestable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ export default {
380380
items = update(items, insertPath)
381381
382382
this.isDirty = true
383-
this.pathTo = pathTo
383+
this.pathTo = realPathTo
384384
this.$emit('input', items)
385385
},
386386

0 commit comments

Comments
 (0)