Hiep Nguyen
Results
1
comments of
Hiep Nguyen
I found the bug.. it's in the dnd-list.js Line 124 need to change from this: this.dndModel.splice(insertionPoint, 0, data); to: this.dndModel.splice(--insertionPoint, 0, data);