This commit is contained in:
Antonio Scandurra 2023-11-03 12:10:15 +01:00
parent b7712c2f4b
commit 77e3c7f8ee
2 changed files with 83 additions and 79 deletions

View file

@ -576,7 +576,7 @@ impl Item for Editor {
}
fn tab_content<T: 'static>(&self, detail: Option<usize>, cx: &AppContext) -> AnyElement<T> {
todo!();
AnyElement::new(gpui::ParentElement::child(gpui::div(), "HEY"))
// Flex::row()
// .with_child(Label::new(self.title(cx).to_string(), style.label.clone()).into_any())