idk work (r + h)

This commit is contained in:
iris committed 2025-12-11 23:05:27 -05:00
1 parent a70d09e162
commit a708813ce7
11 files changed
+152 -102

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<WidgetView<TextEdit>>,
pub focus: Option<WidgetRef<TextEdit>>,
pub clipboard: Clipboard,
pub window: Arc<Window>,
pub ime: usize,