gpui-component/crates
Jason Lee 0a9de15d79
input: Change InputState::disabled to as builder method. (#898)
## Break Changes

- The `disabled` method now is for builder method, and `is_disabled` for
get state.

```diff
- pub fn disabled(mut self) -> bool
+ pub fn is_disabled(&self) -> bool
+ pub fn disabled(mut self, disabled: bool) -> Self
```
2025-05-26 17:00:17 +08:00
..
story inspector: Add Inspector. (#897) 2025-05-26 16:44:11 +08:00
ui input: Change InputState::disabled to as builder method. (#898) 2025-05-26 17:00:17 +08:00