Skip to content
Advertisement

Tag: react-material

React MaterialUI gets stuck when dragging inside react-beautiful-dnd Draggable?

I’m using react-beautiful-dnd to make some draggable list items using Material UI ListItems. My ListItems have a ListItemText and a ListItemSecondaryAction which is a target (that wraps an icon) for opening a context menu. The problem I’m facing is that when dragging the Draggable, the context menu icon inside the ListItemSecondaryAction moves up a little bit and then freezes, despite

Advertisement