mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
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