mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 03:54:43 -07:00
Support ink scrolling final pr (#12567)
This commit is contained in:
@@ -26,7 +26,7 @@ export const DetailedMessagesDisplay: React.FC<
|
||||
> = ({ messages, maxHeight, width, hasFocus }) => {
|
||||
const scrollableListRef = useRef<ScrollableListRef<ConsoleMessageItem>>(null);
|
||||
|
||||
const borderAndPadding = 4;
|
||||
const borderAndPadding = 3;
|
||||
|
||||
const estimatedItemHeight = useCallback(
|
||||
(index: number) => {
|
||||
|
||||
Reference in New Issue
Block a user