Thanks in advance. Here's the issue:
I'm using Angular Material CDK Drag Drop (version: @angular/ckd: 7.3.7)
The documentation says "Items will automatically rearrange as an element moves."
My question is: How do I prevent items from automatically rearranging as an element moves?
Here is an animated gif of what I don't want. This is a chess board I made and you can see that the "items (chess pieces) are automatically being rearranged as the element (chess piece) moves"
Here is an animated gif of what I want. What I want is for the items (chess pieces) to not be rearranged as the element (chess piece) moves.