Dragging selects text in items below

Author: emersonthisCreated May 31, 2020Updated Aug 18, 2024

I have a vertical stack of items. As I drag one item over the the others, the text in the items that I drag over is getting selected, as would be expected if I click-and-dragged normally. What's the best way to suppress that behavior? Do I need to write callbacks for the dragged-over items to ignore that mouse-down event?

Source: clauderic/react-sortable-hoc