@@ -93,7 +93,7 @@ const reducer: Reducer<AppState | undefined, CustomAction> = (state, action) =>
|
|||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
...state,
|
...state,
|
||||||
settings: { ...state.settings, autoExpandLimit: state.settings.autoExpandLimit },
|
settings: { ...state.settings, nodeOrder: action.nodeOrder },
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
return state
|
return state
|
||||||
|
|||||||
Reference in New Issue
Block a user