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
When changing the minimal thickness slider, threshold slider goes back to its default.
That's due to the use of renderUI, that is refreshed when minimal thickness changes, and thus, renders a new default slider.
There are 2 solutions :
Keep the renderUI logic, but save the values when the slider is updated, and put back this value (using updateSliderInput) each time the renderUI is called.
When changing the minimal thickness slider, threshold slider goes back to its default.
That's due to the use of renderUI, that is refreshed when minimal thickness changes, and thus, renders a new default slider.
There are 2 solutions :
The text was updated successfully, but these errors were encountered: