I am facing an issue with cdkDrag where a small preview of the item being dragged shows up. I want to disable this feature and remove any CSS classes related to the dragging state. Can anyone guide me on how to achieve this?
https://i.sstatic.net/nYU07.png
As you can see in the image, there is a preview of the item while dragging, which I wish to hide. I have tried looking into the CSS classes applied during dragging but couldn't find the one to disable. Can someone help me out?