diff --git a/tui/app.py b/tui/app.py index 947b8ff..bff4e12 100644 --- a/tui/app.py +++ b/tui/app.py @@ -65,5 +65,4 @@ class HendrikTUI: key = stdscr.getch() except KeyboardInterrupt: break - if not self.processing: - handle_key(self, stdscr, key) + handle_key(self, stdscr, key)