fixed ln flickering

This commit is contained in:
Zastian Pretorius
2022-09-03 12:39:50 +01:00
parent 2e9874b486
commit ae10585507

View File

@@ -151,7 +151,6 @@ fn run_app<B: Backend>(terminal: &mut Terminal<B>, mut app: App) -> io::Result<(
let mut chapter_select = false;
loop {
terminal.clear()?;
terminal.draw(|f| ui(f, &mut app))?;
if let Event::Key(key) = event::read()? {
match app.input_mode {