Skip to content

Commit

Permalink
Revert "fix: key events to settings after confirm"
Browse files Browse the repository at this point in the history
This reverts commit 7efb866.

Fix #82.
  • Loading branch information
jaxvanyang committed Mar 14, 2024
1 parent 1cfdc00 commit d3a411e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smassh/ui/screens/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@ async def handle_key(self, event: events.Key):
if not self.visible:
return

event.stop()
key = event.character if event.is_printable and event.character else event.key
self.query_one(TypingSpace).keypress(key)

0 comments on commit d3a411e

Please sign in to comment.