WIP
This commit is contained in:
parent
8f0f5a9ba1
commit
5a41eed120
5 changed files with 57 additions and 18 deletions
|
@ -606,6 +606,7 @@ impl Render for PanelButtons {
|
|||
type Element = Div<Self>;
|
||||
|
||||
fn render(&mut self, cx: &mut ViewContext<Self>) -> Self::Element {
|
||||
// todo!()
|
||||
let dock = self.dock.read(cx);
|
||||
div().children(
|
||||
dock.panel_entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue