react-ui-tree
react-ui-tree copied to clipboard
Some dragging issues
Wondering if this is related to #2, but you can test it in the example. Add a bunch of items and go to one near the bottom of the list and drag it. For me, the update of the cloned draggingDom is a bit slow, there's quite a bit of a delay between the node being dragged and the draggingDom. Any idea for improvements here?
On from this, I've noticed that in my implementation, when dragging up, the draggingDom seems to go down first, it seems to be offset or something like that. I know I've changed a few things but did you notice anything like this ever happening in development? Maybe it's some kind of CSS or something that is wrong. Dragging down seems fine, it only happens when dragging up.
Edit Okay have solved this, don't put any margin-bottom on .m-node .inner it will really screw things up.