ZIm/crates/markdown
Antonio Scandurra 957e4adc3f
Fix lag when interacting with MarkdownElement (#31585)
Previously, we forgot to associate the `Markdown` entity to
`MarkdownElement` during `prepaint`. This caused calls to
`Context<Markdown>::notify` to not invalidate the view cache, which
meant we would have to wait for some other invalidation before seeing
the results of that initial notify.

Release Notes:

- Improved responsiveness of mouse interactions with the agent panel.

Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
2025-05-28 12:50:45 +00:00
..
examples Add caching of parsed completion documentation markdown to reduce flicker when selecting (#31546) 2025-05-27 23:12:38 +00:00
src Fix lag when interacting with MarkdownElement (#31585) 2025-05-28 12:50:45 +00:00
Cargo.toml Add caching of parsed completion documentation markdown to reduce flicker when selecting (#31546) 2025-05-27 23:12:38 +00:00
LICENSE-GPL Add xtask for finding crates with missing licenses (#11776) 2024-05-13 18:52:12 -04:00