File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ function setStateProps(index, state) {
152152// contextual resets to universal defaults
153153// unchecked for radio/checkbox, noselect for
154154// selection dropdown, etc.
155- function clearStepsAfter ( fieldsets , state ) {
155+ function clearStepsAfterCursor ( fieldsets , state ) {
156156 fieldsets . forEach ( ( element , index ) => {
157157 if ( index > state . props . cursor ) {
158158
@@ -311,7 +311,7 @@ function watchFieldsets(fieldsets, state) {
311311 // [T]: also reset values beyond current changed fieldset to nothing each time
312312 //element.checked = false;
313313 //console.log('reset values beyond current fieldset to nothing');
314- clearStepsAfter ( fieldsets , state ) ;
314+ clearStepsAfterCursor ( fieldsets , state ) ;
315315
316316 renderSteps ( applyDefaults , state ) ;
317317
You can’t perform that action at this time.
0 commit comments