angular-material-course icon indicating copy to clipboard operation
angular-material-course copied to clipboard

Update drag-drop.component.ts fix done col

Open dylanjhall opened this issue 11 months ago • 0 comments

In dropMultiList, moveItemInArray should have event.container.data instead of this.lessons:

moveItemInArray(event.container.data, event.previousIndex, event.currentIndex);

dylanjhall avatar Feb 29 '24 04:02 dylanjhall