react-dnd-html5-iframe-backend
v2.0.0
Published
Temporary workaround to make HTML5 backend for React DnD work inside iframe
Downloads
23
Readme
React DnD HTML5 IFrame Backend
This is a temporary solution for making React DnD HTML5 Backend work inside an iframe.
This is done by listening for drag/drop events on window.frames[0]`` instead of
window`.
See the original package
Installation
npm install --save react-dnd-html5-iframe-backend
License
MIT