Skip to content

Commit 2893f07

Browse files
committed
words
1 parent 9c77e64 commit 2893f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/posts/release1.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ At the end of that process we have a dict that maps every grid coordinate on to
222222
}
223223
```
224224

225-
If the widgets don't change their position or size (such as when user is *scrolling*) then we can re-use this data.
226225
The up-front cost of [calculating](https://github.com/Textualize/textual/blob/main/src/textual/_spatial_map.py) this data is fairly low.
226+
It is also very cacheable — we *do not* need to recalculate it when the user is just scrolling.
227227

228228
### Search the grid
229229

0 commit comments

Comments
 (0)