-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
BUGFIX: Allow float numbers in RangeEditor #3651
Conversation
Basically, we should also add a debounce function to the |
Co-authored-by: Marc Henry Schultz <85400359+mhsdesign@users.noreply.github.com>
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.
At some point we should probably also consider the type
(int
vs float
) here and depending on this limit step
to a natural number, but i think for now this is a good fix
Fix #3650
Before
CleanShot.2023-10-23.at.12.05.28.mp4
After
CleanShot.2023-10-23.at.12.02.30.mp4