We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dc9563 + e1b59bf commit 1af0b9fCopy full SHA for 1af0b9f
internal/tui/search_modal.go
@@ -34,6 +34,7 @@ func (t *TUI) handleSearch(form *tview.Form) {
34
}
35
36
content := NewLinesTableContent(searchResult.Lines)
37
+ t.lines = searchResult.Lines
38
t.linesTable.SetContent(content)
39
t.pages.HidePage(PAGE_SEARCH_FORM)
40
t.linesScrollStatus(0, 0)
0 commit comments