Arya Roudi

Results 4 comments of Arya Roudi

I guess one solution for this can use the `drop()` method but unfortunately I couldn't make it work. Can someone help what is wrong? ``` entered(dragObj: CdkDragEnter) { dragObj.container.drop(dragObj.item, dragIndexI,...

> @tibistibi yes, here is updated code for 7.3.7 > https://stackblitz.com/edit/angular-dyz1eb You are using `CdkDropListContainer` which is deprecated and probably in the future will break the code

> @c3rber nice! > there are still some warnings about private methods used. i will look into that (or if you have a solution that would be fine too :)...