Chris Mackie

Results 2 comments of Chris Mackie

If anyone else if having an issue, this solution worked for me: ``` function fixFooter(e) { if (e.relatedContext.list.length === e.draggedContext.futureIndex) { let newListDom = e.to let newListFooter = e.to.lastChild nextTick(()...