Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Oct 27, 2024
1 parent 0c550c6 commit 3e06a5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/textual/screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,6 @@ def _screen_resized(self, size: Size):

def _on_screen_resume(self) -> None:
"""Screen has resumed."""

if self.app.SUSPENDED_SCREEN_CLASS:
self.remove_class(self.app.SUSPENDED_SCREEN_CLASS)
self.stack_updates += 1
Expand Down

0 comments on commit 3e06a5d

Please sign in to comment.