Open
Description
I would like to use the onEnd event to manage my own state, and then pass the new children back into the sortable object. I was just wondering if there is a way to prevent onEnd to change anything with the children. I would like to manually manage that, however it seems like my management and the sortable are both trying to update the children at the same time. I am trying to use this to create my own react component because the react-sortablejs has some issues that I am trying to work around.