Fixed: Series select not working correctly after stopping/starting or changing sort order
This commit is contained in:
parent
cf00fecbe4
commit
bf62d4f921
|
@ -116,7 +116,7 @@ function selectReducer(state: SelectState, action: SelectAction): SelectState {
|
||||||
...state,
|
...state,
|
||||||
...areAllSelected(nextSelectedState),
|
...areAllSelected(nextSelectedState),
|
||||||
selectedState: nextSelectedState,
|
selectedState: nextSelectedState,
|
||||||
items,
|
items: action.items,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
|
|
Loading…
Reference in New Issue