summaryrefslogtreecommitdiffstats
path: root/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.rs')
-rw-r--r--src/state.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/state.rs b/src/state.rs
index 8345357..9f62194 100644
--- a/src/state.rs
+++ b/src/state.rs
@@ -119,9 +119,6 @@ impl State {
}
}
self.set_focus(focus, Some(&mut entry)).await;
- self.scene = self
- .default_scene(self.focus, Some(&mut entry))
- .await;
}
}
textmode::Key::Char('j') | textmode::Key::Down => {