WIP
This commit is contained in:
parent
b7712c2f4b
commit
77e3c7f8ee
2 changed files with 83 additions and 79 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue