react-map-interaction
react-map-interaction copied to clipboard
Preventing panning when dragging certain descendent elements.
Hi, I've got a drag and drop field inside of my <MapInteractionCSS /> component. Is it possible to prevent panning when mousedowning on draggable elements? stopPropagation on mouseDown doesn't seem to be doing the trick. The docs hint that this is possible but I'm not sure what I'm missing. Thanks.
did u find a solution it seems to be a popular question with no answer