perf(): Remove inside onChange event
When the callback run while changing the slider takes a certain amount of time (~50 ms or more), the inside onChange can stall resulting in many changes lost along the way while it catches up. Removing seems to have no visible side effects. It might be possible that this is due to scope.() being called right before callOnChange(), so the model is updated anyway (see in applyModel)
Showing
This diff is collapsed.
Please
register
or
sign in
to comment