summaryrefslogtreecommitdiff
path: root/internal/ui/table.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ui/table.go')
-rw-r--r--internal/ui/table.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/ui/table.go b/internal/ui/table.go
index ad2795a..48ed9d5 100644
--- a/internal/ui/table.go
+++ b/internal/ui/table.go
@@ -514,6 +514,9 @@ func (m *Model) handleWindowResize(msg tea.WindowSizeMsg) (tea.Model, tea.Cmd) {
m.windowHeight = msg.Height
m.computeColumnWidths()
m.updateTableHeight()
+ if m.showUltra {
+ m.ultraEnsureVisible()
+ }
// Update help viewport if active
if m.showHelp && m.helpViewport.Width() > 0 {