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 9c77e64 commit 2893f07Copy full SHA for 2893f07
docs/blog/posts/release1.0.0.md
@@ -222,8 +222,8 @@ At the end of that process we have a dict that maps every grid coordinate on to
222
}
223
```
224
225
-If the widgets don't change their position or size (such as when user is *scrolling*) then we can re-use this data.
226
The up-front cost of [calculating](https://github.com/Textualize/textual/blob/main/src/textual/_spatial_map.py) this data is fairly low.
+It is also very cacheable — we *do not* need to recalculate it when the user is just scrolling.
227
228
### Search the grid
229
0 commit comments