-
Notifications
You must be signed in to change notification settings - Fork 6.8k
refactor(drag-drop): expose method for resetting the drag position #13673
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
Conversation
24a3f29
to
45cbb3c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@crisbeto passes presubmit, just needs rebase |
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
...and this conflicted with the other drag-drop PR that needed rebase |
45cbb3c
to
77029e9
Compare
Rebased again. I should stop putting all the new tests in the same place. |
@crisbeto need rebase again. |
77029e9
to
334d9e2
Compare
Exposes an API that allows people to reset the position of a `cdkDrag`. Fixes angular#13661.
Rebased. |
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. |
Exposes an API that allows people to reset the position of a
cdkDrag
.Fixes #13661.