diff --git a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/recognition.rs b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/recognition.rs index 911c874b2..fd4602086 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/recognition.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/recognition.rs @@ -683,7 +683,6 @@ pub(crate) async fn recognize_ui_impl( allow_llm_edit_component: true, source: NodeSource::System, }, - // TODO: root components can host page-level background content once component preview is supported. components: Vec::new(), children_display_mode: ChildrenDisplayMode::Stack, children,