gpui-component/crates/story
Jason Lee ffa36c1c5b input: Add focused_input, has_focused_input method to Root. #727
Add this to save current focused Input, this used to avoid some special keybinding conflict.

For example: `/` as ToggleSearch, if on this action, we can check is there `has_focused_input` to decide to ignore or handle action.

- dock: Rename toggle button visible method.
2025-03-21 17:34:32 +08:00
..
examples chore: Update GPUI 2025/03/20 and fix spawn method. (#725) 2025-03-20 21:23:50 +08:00
src input: Add focused_input, has_focused_input method to Root. #727 2025-03-21 17:34:32 +08:00
Cargo.toml webview: Let webview as a feature and not default enable. (#648) 2025-02-24 14:24:22 +08:00