Skip to content

Commit 1af0b9f

Browse files
authored
Merge pull request #1 from jsumners-nr/fix-search-bug
fix: Fixed search bug
2 parents 4dc9563 + e1b59bf commit 1af0b9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/tui/search_modal.go

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func (t *TUI) handleSearch(form *tview.Form) {
3434
}
3535

3636
content := NewLinesTableContent(searchResult.Lines)
37+
t.lines = searchResult.Lines
3738
t.linesTable.SetContent(content)
3839
t.pages.HidePage(PAGE_SEARCH_FORM)
3940
t.linesScrollStatus(0, 0)

0 commit comments

Comments
 (0)