fix(tui): keep scroll position indicator textual

This commit is contained in:
Xubin Ren
2026-08-17 20:56:10 +08:00
parent 0035cd67cd
commit 5415e68014
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -321,7 +321,6 @@ export class Transcript {
&& unseenOutput === this.navigation.unseenOutput
) return
this.navigation = { awayFromBottom, unseenOutput }
this.root.verticalScrollBar.visible = awayFromBottom
this.emitNavigation()
}