Commit 2720d41f by doszhang

dos

parent 601518e0
......@@ -181,7 +181,7 @@ $(document).ready(function () {
const dragEl = $(event.item);
dragEl.find('.btn-checked-item-delete').css('color', '#fcfcfd');
},
onSort: function (event) {
onChange: function (event) {
const dragEl = $(event.item);
swapArray(flagStack, event.oldIndex, event.newIndex);
const nodeList = $('.flag-list-content .checked-item:not(.sortable-drag)');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment