It would be useful to have a prop on DragDropContext to completely disable all dragging. Is there currently a way to replicate this functionality for the short term?
You can achieve this by using the Droppable > isDropDisabled and Draggable > isDragDisabled props. There is currently no master switch at the root level - but using the provided props will enable you to achieve the behaviour you are after.
Most helpful comment
You can achieve this by using the
Droppable > isDropDisabledandDraggable > isDragDisabledprops. There is currently no master switch at the root level - but using the provided props will enable you to achieve the behaviour you are after.