From bc4513d700b724b8edb72b6a1a429df60967a12c Mon Sep 17 00:00:00 2001 From: lukeflo Date: Thu, 24 Oct 2024 18:12:38 +0200 Subject: fixed some rendering bugs. TODO: move cursor when searching --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app.rs') diff --git a/src/app.rs b/src/app.rs index ca1934c..13892af 100644 --- a/src/app.rs +++ b/src/app.rs @@ -137,7 +137,7 @@ impl App { self.bibiman.select_previous_entry(amount); } CurrentArea::TagArea => { - self.bibiman.select_next_tag(amount); + self.bibiman.select_previous_tag(amount); } _ => {} }, -- cgit v1.2.3