working suggestions in add_logic

This commit is contained in:
Priec
2025-08-31 21:48:54 +02:00
parent a5a8d98984
commit 347802b2a4

View File

@@ -48,6 +48,9 @@ pub async fn process_pending_table_structure_fetch(
*command_message = fetch_message; *command_message = fetch_message;
} }
// 🔑 Rebuild FormEditor with updated state (so suggestions work)
page.editor = canvas::FormEditor::new(page.state.clone());
needs_redraw = true; needs_redraw = true;
} else { } else {
error!( error!(