fix(): Change the watchers order to prevent unwanted model modifications
The order of watchers definition set the order in which their callback will be called when 2 watched values are modified simultaneously. If the slider value is changed along with the precision options, we want the value to be parsed with the new precision. Closes #207
Showing
This diff is collapsed.
Please
register
or
sign in
to comment