Skip to content

Commit 3779330

Browse files
committed
doc
1 parent fd958fa commit 3779330

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- Reduced number of layout operations required to update the screen https://github.com/Textualize/textual/pull/6108
1515
- The :hover pseudo-class no applies to the first widget under the mouse with a hover style set https://github.com/Textualize/textual/pull/6132
1616
- The footer key hover background is more visible https://github.com/Textualize/textual/pull/6132
17-
- Made `App.delay_update` public
17+
- Made `App.delay_update` public https://github.com/Textualize/textual/pull/6137
1818

1919
### Added
2020

src/textual/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,7 @@ def delay_update(self, delay: float = 0.05) -> None:
10231023
"""Delay updates for a short period of time.
10241024
10251025
May be used to mask a brief transition.
1026+
Consider this method only if you aren't able to use `App.batch_update`.
10261027
10271028
Args:
10281029
delay: Delay before updating.

0 commit comments

Comments
 (0)