Angular CDK Drag and Drop Not Working After Reopening Bottom Sheet
I’m encountering an issue with Angular’s CDK Drag and Drop functionality. I have a component that uses a bottom sheet to display ‘user cards’ in lists, and it allows dragging and dropping users between these lists. The drag-and-drop feature works perfectly the first time I open the bottom sheet.
However, if I dismiss the bottom sheet and then reopen it, dragging a user from one list to another no longer works. Sorting within the same list still works, but moving items between lists fails.