diff options
| author | lukeflo | 2024-11-15 12:47:26 +0100 |
|---|---|---|
| committer | lukeflo | 2024-11-15 12:47:26 +0100 |
| commit | 0489c8a4cb5b589576dca8e4d393c230c8d9ad16 (patch) | |
| tree | 584fb8cedcb78a2a7ee06989b11d3f848df7b5a7 /src/app.rs | |
| parent | b8e470fb3bc768ef9a1146061f81dac8e7a8deb4 (diff) | |
| download | bibiman-0489c8a4cb5b589576dca8e4d393c230c8d9ad16.tar.gz bibiman-0489c8a4cb5b589576dca8e4d393c230c8d9ad16.zip | |
some minor fixes
Diffstat (limited to 'src/app.rs')
| -rw-r--r-- | src/app.rs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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(); } } |
