Remove `text_ui`

Marshall Bowers created

So we don't regress from #3852.

Change summary

crates/editor2/src/editor.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/editor2/src/editor.rs 🔗

@@ -1266,7 +1266,7 @@ impl CompletionsMenu {
                                         )
                                         .map(|task| task.detach_and_log_err(cx));
                                 }))
-                                .child(div().text_ui().child(completion_label))
+                                .child(completion_label)
                                 .end_slot::<Div>(documentation_label),
                         )
                     })