Skip to content

Commit 2f6fabb

Browse files
committed
fix: filter state on escape
1 parent db14352 commit 2f6fabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/results_table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,12 +599,12 @@ func (table *ResultsTable) subscribeToFilterChanges() {
599599
} else {
600600
// table.FetchRecords(nil)
601601

602+
table.SetIsFiltering(false)
602603
table.SetInputCapture(table.tableInputCapture)
603604
App.SetFocus(table)
604605
table.HighlightTable()
605606
table.Filter.HighlightLocal()
606607
App.ForceDraw()
607-
608608
}
609609
}
610610
}

0 commit comments

Comments
 (0)