-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
enterPredicate called every cdkDropList #17266
Comments
…list Fixes the `enterPredicate` being called for each connected container, even if the pointer is outside of it. Fixes angular#17266.
@crisbeto Hello! Could you tell me, when the issue's PR will be merged and new version of cdk will be published to npm? We want to release a new version of our app in a few days, and just don't know, should we wait for this bug fix? Thx a lot :) |
This isn't super high on our priority list so it probably won't make it into release within the next few days. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
enterPridicate is called on every cdkDropList on dragMove.
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/fork/components-issue
Steps to reproduce:
Expected Behavior
What behavior were you expecting to see?
Actual Behavior
What behavior did you actually see?
Environment
The text was updated successfully, but these errors were encountered: