docs: changelog

This commit is contained in:
Jack Wills
2025-09-27 21:21:52 +00:00
parent 66dae5e61e
commit 69daba4f5a
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -77,9 +77,9 @@ impl InputHandler {
&& !contains(Status::Help)
&& !contains(Status::DeleteConfirm)
&& !contains(Status::Filter)
// TODO handle state where you want to scroll log search results with the mouse wheel
&& !contains(Status::SearchLogs)
{
// TODO handle state where you want to scroll log search results with the mouse wheel
self.mouse_press(mouse_event, modifider);
}
}