The cursor is on the element being dragged.
The cursor is away from the element which makes it hard sometimes to drag to the wanted position.
1- Resize draggable elements when onBeforeCapture is triggered.
2- Drag second element to the last element and notice the cursor position while dragging.
None for now.
React are you using?16.11
react-beautiful-dnd are you running?12.2
Version 79.0.3945.130 (64 bits)
https://codesandbox.io/s/vertical-list-kgs03?fontsize=14&hidenavigation=1&theme=dark
Hey there, I believe onBeforeCapture should be asynchronous (should accept a done callback) to support asynchronous evaluations on components
@alexvcasillas true, not much time to do anything worthwhile. Alternatively if there was a way to set custom dimensions on drag to avoid placing a callback in the critical path.
Reference:
Most helpful comment
Hey there, I believe
onBeforeCaptureshould be asynchronous (should accept a done callback) to support asynchronous evaluations on components