fix scrollbar not updating after auto size change

This commit is contained in:
Will McGugan
2022-06-06 11:42:24 +01:00
parent 51e29c5a10
commit d69205d59f
8 changed files with 56 additions and 33 deletions

View File

@@ -146,7 +146,7 @@ class BasicApp(App, css_path="basic.css"):
def key_t(self):
# Pressing "t" toggles the content of the TweetBody widget, from a long "Lorem ipsum..." to a shorter one.
tweet_body = self.screen.query("TweetBody").first()
tweet_body = self.query("TweetBody").first()
tweet_body.short_lorem = not tweet_body.short_lorem