Skip to content
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

fix(cdk/drag-drop): account for scale when setting free drag position #29739

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

crisbeto
Copy link
Member

Fixes that the scale was only being synced when the user drags, but we need it also when setting the free drag position.

Fixes #29737.

Fixes that the scale was only being synced when the user drags, but we need it also when setting the free drag position.

Fixes angular#29737.
@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Sep 16, 2024
@crisbeto crisbeto requested a review from a team as a code owner September 16, 2024 07:03
@crisbeto crisbeto requested review from mmalerba and wagnermaciel and removed request for a team September 16, 2024 07:03
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Sep 17, 2024
@crisbeto crisbeto merged commit 4cd2152 into angular:main Sep 17, 2024
25 checks passed
crisbeto added a commit that referenced this pull request Sep 17, 2024
…#29739)

Fixes that the scale was only being synced when the user drags, but we need it also when setting the free drag position.

Fixes #29737.

(cherry picked from commit 4cd2152)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(CdkDrag): Set free drag position doesn't take scale into consideration on first drag event
2 participants