This repository was archived by the owner on Jun 18, 2018. It is now read-only.
This repository was archived by the owner on Jun 18, 2018. It is now read-only.
Feature request: option to not block non-ReactDnD drag operations #7
Open
Description
Right now all drag-and-drop operations that aren't managed by React-DnD are blocked. On pages that already have non-React-DnD drag-and-drop-handling code, this causes things to break while React-DnD is active. An option to disable this behavior would be useful.
For the current time, I've put up a version of react-dnd-html5-backend that's patched to have this disabled on npm.