Fixed #341 - Picklist 'move-all-to-source' event argument e.items is empty

pull/358/head
cagataycivici 2020-07-03 15:36:41 +03:00
parent 8bf626bcb9
commit 3bf0e98fbf
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ export default {
this.$emit('move-all-to-source', {
originalEvent: event,
items: sourceList
items: targetList
});
sourceList = [...sourceList, ...targetList];