We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68b793 commit 1f4af2fCopy full SHA for 1f4af2f
1 file changed
src/cortex-tui/src/runner/event_loop/input.rs
@@ -401,11 +401,11 @@ impl EventLoop {
401
// Priority 6: Double-tap ESC to quit when idle
402
if self.app_state.handle_esc() {
403
self.app_state.set_quit();
404
- return Ok(());
+ Ok(())
405
} else {
406
self.app_state.toasts.info("Press ESC again to quit");
407
self.render(terminal)?;
408
409
}
410
411
0 commit comments