forked from GithubMirrors/cardconjurer
fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user