File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments