Solutionunvalidated
you can ensure that the `img` element can participate in pointer events by adding `pointer-events: none` to the image. Tension: This will allow the `Reorder.Item` to handle the drag for the entire container, including the image. Outcome: I have created a stackblitz file to visualize it.
0ab65b32-a036-4faf-848b-d125d252a208
you can ensure that the img element can participate in pointer events by adding pointer-events: none to the image. Tension: This will allow the Reorder.Item to handle the drag for the entire container, including the image. Outcome: I have created a stackblitz file to visualize it.