-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(drag-drop): allow for dragging sequence to be delayed #14732
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
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.
Add documentation?
@jelbourn it's added to the API docs. I can add a live example in a follow-up. |
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
46a35c6
to
6ac4537
Compare
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
6ac4537
to
7ff42a8
Compare
@crisbeto this passes presubmit, just looks like the api gold needs an update |
Adds the `cdkDragStartDelay` input that allows for the dragging sequence to be delayed by X amount of milliseconds. Fixes angular#13908.
7ff42a8
to
2d87a11
Compare
Fixed the issue with the golden check. |
Adds some docs and a live example for the `cdkDragStartDelay` input. Follow-up from angular#14732.
Adds some docs and a live example for the `cdkDragStartDelay` input. Follow-up from angular#14732.
Adds some docs and a live example for the `cdkDragStartDelay` input. Follow-up from #14732. **Note:** targeting `major`, because the PR that introduces the functionality was merged into the next major branch.
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. |
Adds the
cdkDragStartDelay
input that allows for the dragging sequence to be delayed by X amount of milliseconds.Fixes #13908.