You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #185 from simeydotme/copilot/fix-be1021b5-67a0-459…
…5-9618-36cb02a1ea8b
Fix pip label clicks with prefix/suffix not moving handle to correct value
fix svelte5 $state() issue, and style= issue
- modify the way the `$: {}` block runs so it triggers svelte5
reactivity
- combine all the `style:--var` attributes into `style=...`
- I noticed some perf/browser issues with certain style attributes
updating when supplied as a prop
- improve the `constrainAndAlignValue()` function in utils
- fix a little bit of reactivity for some props
- rangeGapMin/Max
- was not properly updating if changed from outside
- rangeFormatter
- also
- improve some comments
- remove uneeded variable
- update tests to cover some reactive prop changes