aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map.rs b/src/map.rs
index cdc5ae1..ea28d3f 100644
--- a/src/map.rs
+++ b/src/map.rs
@@ -49,7 +49,6 @@ pub fn run_key_action<'a>(
}
}
- // TODO: make sure this doesn't run when in_mode
if state.in_mode.is_none() {
if let Some(map) = map {
run_action(&map);