Skip to content

Commit

Permalink
fix app blur
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jun 18, 2024
1 parent 4f5a8ae commit 4a40027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/drivers/web_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def do_exit() -> None:
self._enable_bracketed_paste()
self.flush()
self._key_thread.start()
self._app.post_message(events.AppBlur())
self._app.call_later(self._app.post_message, events.AppBlur())

def disable_input(self) -> None:
"""Disable further input."""
Expand Down

0 comments on commit 4a40027

Please sign in to comment.