summaryrefslogtreecommitdiffstats
path: root/src/event/action_map.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/action_map.rs')
-rw-r--r--src/event/action_map.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event/action_map.rs b/src/event/action_map.rs
index 1a96be7..5f9df52 100644
--- a/src/event/action_map.rs
+++ b/src/event/action_map.rs
@@ -145,7 +145,7 @@ impl ActionMap {
Self::Home => EventAction::home(status),
Self::Jump => EventAction::jump(status),
Self::KeyHome => EventAction::key_home(status),
- Self::Log => EventAction::log(current_tab),
+ Self::Log => EventAction::log(status),
Self::LazyGit => EventAction::lazygit(status),
Self::MarksJump => EventAction::marks_jump(status),
Self::MarksNew => EventAction::marks_new(status),
@@ -169,7 +169,7 @@ impl ActionMap {
Self::OpenFile => EventAction::open_file(status),
Self::PageDown => EventAction::page_down(status),
Self::PageUp => EventAction::page_up(status),
- Self::Preview => EventAction::preview(current_tab),
+ Self::Preview => EventAction::preview(status),
Self::PreviousSibling => EventAction::previous_sibling(current_tab),
Self::Quit => EventAction::quit(status),
Self::RefreshIfNeeded => EventAction::refresh_if_needed(current_tab),