Commit f8bcd599 by doszhang

dos

parent 2720d41f
......@@ -184,7 +184,7 @@ $(document).ready(function () {
onChange: function (event) {
const dragEl = $(event.item);
swapArray(flagStack, event.oldIndex, event.newIndex);
const nodeList = $('.flag-list-content .checked-item:not(.sortable-drag)');
const nodeList = $('.flag-list-content .checked-item');
for (let i = 0; i < nodeList.length; i++) {
$(nodeList[i]).find('.checked-flag-no').text(i + 1);
}
......
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