Serhii Holinei

Results 13 issues of Serhii Holinei

I have a custom `renderDragPreview` component. If I drag a selection, I want it to show the number of dragged items. My assumption was `dragIds` prop can help with the...

I find it impossible to cancel the dragging event. If you change your mind while still holding the mouse button pressed, you can't go back. The item will be dropped...

If you mount `` when `dndRootElement.current` is `null`, changes will not be picked up when `dndRootElement.current` start to refer to a real element.