-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng-sortgrid inside cdkDrag element broken since Angular CDK version 13.2.4 #87
Comments
I'm very sorry for this imprecise bug report. In the meantime I setup a brand new Angular "Hello World" project and realized that Generally, I use Angular's CDK Drag'n'Drop functionality to make blocks in vertical order sortable. Inside one of these blocks I have a grid that I made sortable with So far this worked like a charm, but with upgrading Angular from version 13.2.3 to 13.2.4 I don't have a solution yet, but it has absolutely nothing to do with |
@loebi-ch. Wow. Thx a lot for the research and the awesome explanation. Glad to hear that it works. I already started researching a bit but couldn't figure out a solution. But thx to your explanation everything makes perfect sense now. Thx a lot 👍 |
I opened a new bug report within angular/components: |
👍 |
I have found a solution: Use
|
Yesterday I updated one of my projects from Angular 13.2.3 to 13.2.4 and I've just realized that ng-sortgrid does not work anymore.
These are the changes made to Angular:

The text was updated successfully, but these errors were encountered: