We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de3f10 commit 81667a4Copy full SHA for 81667a4
CHANGELOG.md
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
- Input cursor will no longer jump to the end on focus https://github.com/Textualize/textual/pull/4773
13
- Removed `Size.cip_size`, which was a clone of `crop_size`
14
- Widgets with auto dimensions will now grow if there is a scrollbar https://github.com/Textualize/textual/pull/4844
15
+- Don't do automatic refresh when widget is not visible https://github.com/Textualize/textual/pull/4847
16
+- Renamed `DOMNode._automatic_refresh` to `DOMNode.automatic_refresh` to allow for customization https://github.com/Textualize/textual/pull/4847
17
18
### Fixed
19
0 commit comments