codemirror / codemirror5

In-browser code editor (version 5, legacy)
http://codemirror.net/5/
MIT License
26.79k stars 4.96k forks source link

Drag and Drop not working with react-dnd context on the same page #6095

Open fellmann opened 4 years ago

fellmann commented 4 years ago

To reproduce, use: https://github.com/fellmann/codemirror-dnd-test

Browsers: Chrome & Firefox

Description: When CodeMirror is used on the same page as react-dnd, text drag/drop does not work anymore. Removing the react-dnd Context immediately fixes the problem.

marijnh commented 4 years ago

I'd lean towards blaming react-dnd, if it breaks the drag/drop behavior of other component on the page.