Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Oct 1, 2024
1 parent 1c91ad6 commit 06e4dc0
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/textual/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2892,11 +2892,11 @@ async def invoke_ready_callback() -> None:
await ready_result

with self.batch_update():
self.stylesheet.apply(self)
try:
try:
await self._dispatch_message(events.Compose())
default_screen = self.screen
self.stylesheet.apply(self)
await self._dispatch_message(events.Mount())
self.check_idle()
finally:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 06e4dc0

Please sign in to comment.