1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00

"Continue at" quits the list

This commit is contained in:
mo8it 2024-08-19 23:29:17 +02:00
parent b70c1abd7c
commit 78a8553f1c

View File

@ -75,7 +75,7 @@ fn handle_list(app_state: &mut AppState, stdout: &mut StdoutLock) -> Result<()>
}
KeyCode::Char('c') => {
ui_state.selected_to_current_exercise()?;
ui_state = ui_state.with_updated_rows();
break;
}
_ => (),
}