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(front): Do not mutate object if id does not match #129

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

timothee-LJN
Copy link
Contributor

Issue

fixes #128

description

small changes, big impact here.
editing a polygon was mutating the wrong object because I was not checking for the ID to mutate.

@timothee-LJN timothee-LJN added bug: minor Minor issues, minimal user impact scope: front Related to Pixano frontend labels Feb 9, 2024
@timothee-LJN timothee-LJN self-assigned this Feb 9, 2024
@cpvannier cpvannier added this to the Pixano 0.5.0 milestone Feb 9, 2024
@timothee-LJN timothee-LJN merged commit 305e9bc into develop Feb 12, 2024
5 checks passed
@cpvannier cpvannier deleted the fix/edit-wrong-object branch February 20, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: minor Minor issues, minimal user impact scope: front Related to Pixano frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong bbox and mask are mutated after edition
3 participants