move everything out of layout

This commit is contained in:
iris committed 2025-12-11 05:48:29 -05:00
1 parent 174c447706
commit a85e129026
48 files changed
+142 -160

No files matched your search

+1 -1
View File
@@ -30,7 +30,7 @@ pub struct DefaultState<AppState> {
pub struct UiState {
pub renderer: UiRenderer,
pub input: Input,
pub focus: Option<WidgetId<TextEdit>>,
pub focus: Option<WidgetHandle<TextEdit>>,
pub clipboard: Clipboard,
pub window: Arc<Window>,
pub ime: usize,