File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/shared/modules/settings Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const getBrowserSyncConfig = (state) => {
3737export const getMaxNeighbours = ( state ) => state [ NAME ] . maxNeighbours || initialState . maxNeighbours
3838export const getMaxRows = ( state ) => state [ NAME ] . maxRows || initialState . maxRows
3939export const getInitialNodeDisplay = ( state ) => state [ NAME ] . initialNodeDisplay || initialState . initialNodeDisplay
40- export const getScrollToTop = ( state ) => state [ NAME ] . scrollToTop || initialState . scrollToTop
40+ export const getScrollToTop = ( state ) => state [ NAME ] . scrollToTop
4141export const shouldReportUdc = ( state ) => state [ NAME ] . shouldReportUdc !== false
4242export const shouldAutoComplete = ( state ) => state [ NAME ] . autoComplete !== false
4343
You can’t perform that action at this time.
0 commit comments