Content editors—such as Tiptap—often include drag-and-drop functionality (ex. @tiptap/extension-drag-handle-react demo).
This feature cannot be used alongside react-arborist or react-dnd (issue). However, as a workaround, it's known to work by replacing the DndProvider's backend (ref).
To enable backend replacement functionality in react-arborist, we would like to request the addition of a dndBackend prop to the Tree component.
Content editors—such as Tiptap—often include drag-and-drop functionality (ex. @tiptap/extension-drag-handle-react demo).
This feature cannot be used alongside react-arborist or react-dnd (issue). However, as a workaround, it's known to work by replacing the DndProvider's backend (ref).
To enable backend replacement functionality in react-arborist, we would like to request the addition of a
dndBackendprop to the Tree component.