zyzo / react-dnd-mouse-backend

Mouse Backend for react-dnd library
http://zyzo.github.io/react-dnd-mouse-backend/
MIT License
85 stars 30 forks source link

how to use connectDragPreview? #19

Closed wait-hua closed 5 years ago

zyzo commented 5 years ago

connectDragPreview seems to use DataTransfer.setDragImage which is for html backend only.

For mouse backend please refer to this example: demo code