mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 10:10:56 -07:00
address bot comments
This commit is contained in:
@@ -795,7 +795,7 @@ const ChoiceQuestionView: React.FC<ChoiceQuestionViewProps> = ({
|
||||
// The options list will take the remaining space and scroll if necessary.
|
||||
// This is more robust than calculating based on `selectionItems.length`,
|
||||
// which can incorrectly shrink the question if there are many options.
|
||||
Math.max(1, Math.floor(listHeight * 0.7))
|
||||
Math.max(5, Math.floor(listHeight * 0.7))
|
||||
: 15;
|
||||
const questionHeight =
|
||||
listHeight && !isAlternateBuffer
|
||||
|
||||
Reference in New Issue
Block a user