react-dnd / react-dnd-html5-backend

HTML5 backend for React DnD [Legacy Repo]
MIT License
145 stars 97 forks source link

Use manager context instead of window for establishing subscriptions [v2] #67

Closed darthtrevino closed 7 years ago

darthtrevino commented 7 years ago

Resubmitting #59 based off of a local branch

This allows us to use the html5-dnd backend in iframe situations.

fixes react-dnd/react-dnd#241 see react-dnd/dnd-core#37 see react-dnd/react-dnd#614