This commit is contained in:
Kyle
2019-11-28 20:05:13 -08:00
parent 25bbfa35b9
commit cf1e8fe0a3
5 changed files with 80 additions and 18 deletions

View File

@@ -2155,6 +2155,9 @@ Sortable.prototype =
if (moved && !awaitingDragStarted) {
toggleClass(dragEl, putSortable ? putSortable.options.ghostClass : this.options.ghostClass, false);
//code added by me (Kyle) starts here!
cardMasterUpdated()
//code added by me (Kyle) ends here!
}
toggleClass(dragEl, this.options.chosenClass, false); // Drag stop event