atlassian / react-beautiful-dnd

Beautiful and accessible drag and drop for lists with React
https://react-beautiful-dnd.netlify.app
Other
33.33k stars 2.55k forks source link

Add <canvas> in the list of interactive child elements within a <Draggable/> #2510

Open ZaeemKhaliq opened 1 year ago

ZaeemKhaliq commented 1 year ago

I am using OpenStreetMap's map in a Draggable, which renders a HTML <canvas> element, and is an interactive map. Draggability on <canvas> element is not blocked by default so I am unable to interact with map inside the <Draggable/>. So its a request to add <canvas> element as well in the list of interactive elements, or please provide a solution to this problem.

AmareshNallaparaju commented 9 months ago

Can I attempt to solve this issue?