-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix: BROS-478: Undo for Vector #8835
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
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8835 +/- ##
===========================================
- Coverage 66.60% 58.48% -8.13%
===========================================
Files 813 555 -258
Lines 63617 40230 -23387
Branches 10766 10768 +2
===========================================
- Hits 42373 23527 -18846
+ Misses 21240 16699 -4541
Partials 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…n creating a single op)
|
/git merge
|
|
/git merge
|
Previously undo in Vector would capture all the small changes when user is transforming the shape in any way: moving individual or groupped points, moving the shape around, deforming it.
This PR fixes this issue. Undo now will capture only final transformations instead of all the intermediate ones. This PR also fixes the issue when undoing first point won't remove the region as well.