using pragmatic-drag-and-drop and raw drop events with Prosemirror,"pragmatic-drag-and-drop" may prevent the execution of raw drop events.I don't know how to resolve it.
We have designed pdnd to work well with other drag and drop solutions on the page (it only controls elements that have been explicitly registered with pdnd)
We are using pdnd in and around prosemirror today
If you have any specific issues that are related to prosemirror + pdnd, please feel free to raise an issue with a runnable, independent test case
using pragmatic-drag-and-drop and raw drop events with Prosemirror,"pragmatic-drag-and-drop" may prevent the execution of raw drop events.I don't know how to resolve it.