From 0489c8a4cb5b589576dca8e4d393c230c8d9ad16 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Fri, 15 Nov 2024 12:47:26 +0100 Subject: some minor fixes --- src/app.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/app.rs') diff --git a/src/app.rs b/src/app.rs index 1a9b9c6..3268649 100644 --- a/src/app.rs +++ b/src/app.rs @@ -140,8 +140,6 @@ impl App { } CurrentArea::PopupArea => { if let Some(PopupKind::Help) = self.bibiman.popup_area.popup_kind { - // self.bibiman.popup_area.popup_scroll_pos = - // self.bibiman.popup_area.popup_scroll_pos + 1 self.bibiman.popup_area.popup_scroll_down(); } } @@ -157,8 +155,6 @@ impl App { } CurrentArea::PopupArea => { if let Some(PopupKind::Help) = self.bibiman.popup_area.popup_kind { - // self.bibiman.popup_area.popup_scroll_pos = - // self.bibiman.popup_area.popup_scroll_pos - 1 self.bibiman.popup_area.popup_scroll_up(); } } -- cgit v1.2.3