jh-changes
Shin'ya Ueoka 6 years ago
parent 8db779388f
commit ccc6a31dde
  1. 2
      src/console/reducers/index.js

@ -13,7 +13,7 @@ const defaultState = {
const nextSelection = (state) => {
if (state.completions.length === 0) {
return [-1, -1];
};
}
if (state.groupSelection < 0) {
return [0, 0];
}