Remove text_ui

So we don't regress from #3852.
This commit is contained in:
Marshall Bowers 2024-01-03 10:56:51 -05:00
parent 1810824bc4
commit f4f9aab8a9

View file

@ -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),
)
})