gpui-component/crates/app/src
Jason Lee fd09229541
story: Fix invalid focus code cause PopupStory Input cannot input anything. (#325)
Closes #324

When we create a Wry WebView, it will take the focus into the WebView.
So we must care to use it, make sure no WebView create if there no need
to display.

> The `ui::WebView` has implemented when we click out of the WebView to
move focus back to the main window.
>
> But by my test, first render it not work will because the Render is
not trigger so the click out event not listened.

Currently change just removed WebViewStory from the demo.
2024-10-09 15:08:18 +08:00
..
app_state.rs Add Dock & Panel (#10) 2024-07-01 14:20:56 +08:00
assets.rs First commit, with Button UI. 2024-06-13 21:46:28 +08:00
main.rs Improve layout save details for example app. 2024-09-09 14:03:51 +08:00
story_workspace.rs story: Fix invalid focus code cause PopupStory Input cannot input anything. (#325) 2024-10-09 15:08:18 +08:00