gpui-component/crates/ui
Jason Lee e0c1f91ed4
virtual_list: Fix VirtualList by measure item to get correct content_size to avoid scroll overflow. (#1388)
- Fixed VirtualList example the horizontal scrollbar not appear.
- Fixed VirtualList example scroll slow, this because not call
`self.scroll_handle.set_offset` to update.
2025-10-16 07:50:09 +00:00
..
locales input: Add context menu for cut, copy, paste. (#1279) 2025-09-23 22:06:58 +08:00
src virtual_list: Fix VirtualList by measure item to get correct content_size to avoid scroll overflow. (#1388) 2025-10-16 07:50:09 +00:00
tests/fixtures dock: Revert dock to use absolute size. (#840) 2025-05-08 16:29:55 +08:00
Cargo.toml checkbox: Do not stop propagation when click (#1385) 2025-10-16 06:01:06 +00:00
LICENSE-APACHE