diff --git a/crates/dtmm/src/state.rs b/crates/dtmm/src/state.rs index e320b0e..d42d9ac 100644 --- a/crates/dtmm/src/state.rs +++ b/crates/dtmm/src/state.rs @@ -367,7 +367,7 @@ impl AppDelegate for Delegate { } cmd if cmd.is(ACTION_START_DELETE_SELECTED_MOD) => { let info = cmd - .get(ACTION_FINISH_DELETE_SELECTED_MOD) + .get(ACTION_START_DELETE_SELECTED_MOD) .and_then(|info| info.take()) .expect("command type matched but didn't contain the expected value"); if self