gpui-component/crates/ui/src/menu
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
..
context_menu.rs chore: Upgrade GPUI 2025/05/26 with inspector changes. (#895) 2025-05-26 13:40:27 +08:00
mod.rs menu: Fix sub-menu item height to match with other items. (#892) 2025-05-23 17:24:52 +08:00
popup_menu.rs scrollbar: Refactor ScrollbarState to have Cell inside. (#959) 2025-06-16 15:11:52 +08:00