react-draggable
react-draggable copied to clipboard
Dragging from <audio> tag does not work
trafficstars
Am I missing something in the API? Or is the <audio> tag not supported?
Consider the following code sample:
<Draggable>
<div>
<span> Click here to drag. </span>
<audio controls></audio>
</div>
</Draggable>
https://user-images.githubusercontent.com/15149835/144344684-85813128-4d60-4206-85d8-c7912d030c6c.mov