标签: angular drag-and-drop angular-material
cdkDropList中cdkDrag-elements的默认行为似乎是,当元素被放置到接受容器之外时,元素会移回到其原始容器。
我要实现的行为是:该元素停留在释放它的光标位置,直到将其放到容器中为止(就像没有droplist的cdkDrag元素一样)。
任何有关如何做到这一点的提示将不胜感激。