basic nav status counts
This commit is contained in:
@@ -20,7 +20,6 @@ class CreateTaskScreen(Screen[str]):
|
||||
task_args = input_widget.value
|
||||
self.dismiss(task_args)
|
||||
|
||||
@on(Input._on_key)
|
||||
def handle_close(self, event) -> None:
|
||||
def on_key(self, event) -> None:
|
||||
if (event.key == "escape" or event.key == "ctrl+c"):
|
||||
self.dismiss()
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user