Skip to content

Commit

Permalink
Fixed #9555 - PickList V11.00-rc-1 Both are triggered at the same tim…
Browse files Browse the repository at this point in the history
…e - onMoveAllToTarget, onMoveToTarget
  • Loading branch information
yigitfindikli committed Nov 26, 2020
1 parent 2d00a87 commit f94248b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/components/picklist/picklist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,6 @@ export class PickList implements AfterViewChecked,AfterContentInit {
}
}

this.onMoveToTarget.emit({
items: movedItems
});

this.onMoveAllToTarget.emit({
items: movedItems
});
Expand Down Expand Up @@ -546,10 +542,6 @@ export class PickList implements AfterViewChecked,AfterContentInit {
}
}

this.onMoveToSource.emit({
items: movedItems
});

this.onMoveAllToSource.emit({
items: movedItems
});
Expand Down

0 comments on commit f94248b

Please sign in to comment.