mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 18:11:02 -07:00
feat(cli): truncate shell output in UI history and improve active shell display (#17438)
This commit is contained in:
@@ -47,7 +47,7 @@ const findScrollableCandidates = (
|
||||
const candidates: Array<ScrollableEntry & { area: number }> = [];
|
||||
|
||||
for (const entry of scrollables.values()) {
|
||||
if (!entry.ref.current || !entry.hasFocus()) {
|
||||
if (!entry.ref.current) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user