-
Notifications
You must be signed in to change notification settings - Fork 181
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
Measurements Units Fixes #3741
Measurements Units Fixes #3741
Conversation
… was previously set. Handles units not changing properly when changing the unit value
📸 Preview service has generated an image. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 🚀 Tested it in FE and also worked as expected
📸 Preview service has generated an image. |
📸 Preview service has generated an image. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed that all bugs are fixed
📸 Preview service has generated an image. |
Description & motivation
Handles WEB-2311 & WEB-2399
Changes:
Measurement
'supdate
function now returnsPromise<void>
because it may contain a text which can only be updated asynchronous because of how troika-text (the library we use for text rendering) worksTo-do before merge:
Screenshots:
Validation of changes:
Checklist:
References