Paweł Knot
Paweł Knot
You can achieve it with this workaround ```typescript const [state, setState] = useState({ startDate: new Date(), endDate: new Date(), key: "your-key" }); const [focusedRange, setFocusedRange] = useState([0, 0] as RangeFocus);...
I have pretty simple workaround that just shifts overlay to correct position :) Keep in mind that you have to sort selectedIds from top to bottom in order for it...
#588 theres ready example here
is what are you after the collisionDetection={pointerWithin} on dndContext imported from "@dnd-kit/core"?