mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 15:04:16 -07:00
Code review comments as a pr (#21209)
This commit is contained in:
@@ -213,8 +213,7 @@ function selectionListReducer(
|
||||
case 'INITIALIZE': {
|
||||
const { initialIndex, items, wrapAround } = action.payload;
|
||||
const activeKey =
|
||||
initialIndex === state.initialIndex &&
|
||||
state.activeIndex !== state.initialIndex
|
||||
initialIndex === state.initialIndex
|
||||
? state.items[state.activeIndex]?.key
|
||||
: undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user