gpui-component/crates/ui/src/scroll
Jason Lee 61283a71f0
scrollbar: Refactor ScrollbarState to have Cell inside. (#959)
## Break Change

- Now we added `Rc<Cell<>>` inside the ScrollbarState.

```diff
- scroll_state: Rc<Cell<ScrollbarState>>,
+ scroll_state: ScrollbarState,
```
2025-06-16 15:11:52 +08:00
..
mod.rs Refactor ScrollView into scrollable fluent method. (#68) 2024-07-24 17:50:50 +08:00
scrollable.rs scrollbar: Refactor ScrollbarState to have Cell inside. (#959) 2025-06-16 15:11:52 +08:00
scrollable_mask.rs chore: Switch gpui to depends on Zed official. (#912) 2025-06-02 10:05:45 +08:00
scrollbar.rs scrollbar: Refactor ScrollbarState to have Cell inside. (#959) 2025-06-16 15:11:52 +08:00