Commit 5453e4e
committed
fix: trigger live filter when navigating history
History navigation (Up/Down arrows) now triggers the live filter
preview immediately, just like typing characters does. Previously,
selecting a filter from history required editing it first before
the filter would apply.
This fix adds HistoryUp and HistoryDown events to the special
handling in main.rs that triggers the background filter thread
when the input buffer changes.1 parent 0136352 commit 5453e4e
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
276 | 279 | | |
277 | 280 | | |
278 | 281 | | |
| |||
0 commit comments