-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix: BROS-651: Fix Vector undo when completing the region. #8916
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
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for label-studio-docs-new-theme 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-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for heartex-docs canceled.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8916 +/- ##
===========================================
- Coverage 66.04% 57.78% -8.27%
===========================================
Files 828 561 -267
Lines 64832 40893 -23939
Branches 11044 11043 -1
===========================================
- Hits 42820 23630 -19190
+ Misses 22008 17259 -4749
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:
|
|
/git merge
|
This PR addresses the issue where undo hotkey won't do anything during drawing and/or after competing a region. This is done by removing the
isDrawingcheck in the undo hotkey handler. This behavior matches the behavior of the undo/redo buttons in the sidebar.Another issue this PR addresses is incorrect marking of the incomplete regions in the sidebar -- previously the code wouldn't account for
maxPointsproperty correctly.