Skip to content

Commit 81392ff

Browse files
committed
refresh after resume
1 parent e7399d4 commit 81392ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textual/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4396,6 +4396,7 @@ def suspend(self) -> Iterator[None]:
43964396
self._driver.resume_application_mode()
43974397
# ...and publish a resume signal.
43984398
self._resume_signal()
4399+
self.refresh(layout=True)
43994400
else:
44004401
raise SuspendNotSupported(
44014402
"App.suspend is not supported in this environment."

0 commit comments

Comments
 (0)