Skip to content

Conversation

@nick-skriabin
Copy link
Member

This PR addresses the issue when dragging shape points in zoomed-in view would cause abrupt zoom reset and shape corruption.

The root cause was in the legacy transformation logic (pre-group-transform) that was running after every transform of a shape. This logic was unnecessary in the current setup and group transformations (multi-shape) are handled elsewhere.

Removing the logic fixes the bug, zoom reset doesn't happen anymore, shape stays stable after all transformations.

@netlify
Copy link

netlify bot commented Jan 12, 2026

Deploy Preview for label-studio-docs-new-theme canceled.

Name Link
🔨 Latest commit 547b428
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-docs-new-theme/deploys/6965220b585324000864c816

@netlify
Copy link

netlify bot commented Jan 12, 2026

Deploy Preview for heartex-docs canceled.

Name Link
🔨 Latest commit 547b428
🔍 Latest deploy log https://app.netlify.com/projects/heartex-docs/deploys/6965220b0063f30008a8e0f0

@netlify
Copy link

netlify bot commented Jan 12, 2026

Deploy Preview for label-studio-playground ready!

Name Link
🔨 Latest commit 547b428
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-playground/deploys/6965220b93eba00008185f2f
😎 Deploy Preview https://deploy-preview-9159--label-studio-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the fix label Jan 12, 2026
@netlify
Copy link

netlify bot commented Jan 12, 2026

Deploy Preview for label-studio-storybook ready!

Name Link
🔨 Latest commit 547b428
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-storybook/deploys/6965220be4e8f80008ea9a78
😎 Deploy Preview https://deploy-preview-9159--label-studio-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Jan 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.97%. Comparing base (937c56d) to head (547b428).

❗ There is a different number of reports uploaded between BASE (937c56d) and HEAD (547b428). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (937c56d) HEAD (547b428)
pytests 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9159      +/-   ##
===========================================
- Coverage    66.12%   57.97%   -8.15%     
===========================================
  Files          828      557     -271     
  Lines        64797    40371   -24426     
  Branches     10939    10927      -12     
===========================================
- Hits         42846    23407   -19439     
+ Misses       21947    16960    -4987     
  Partials         4        4              
Flag Coverage Δ
lsf-e2e 52.13% <ø> (+2.12%) ⬆️
lsf-integration 48.36% <ø> (+0.05%) ⬆️
lsf-unit 8.87% <ø> (+0.01%) ⬆️
pytests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@yyassi-heartex yyassi-heartex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this not used else where? cleanup is great i just want to make sure we're not removing things un-expectedly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants