Skip to content

Commit 78a8553

Browse files
committed
"Continue at" quits the list
1 parent b70c1ab commit 78a8553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fn handle_list(app_state: &mut AppState, stdout: &mut StdoutLock) -> Result<()>
7575
}
7676
KeyCode::Char('c') => {
7777
ui_state.selected_to_current_exercise()?;
78-
ui_state = ui_state.with_updated_rows();
78+
break;
7979
}
8080
_ => (),
8181
}

0 commit comments

Comments
 (0)