WIP
This commit is contained in:
parent
428be43710
commit
48b3a90fbf
3 changed files with 37 additions and 3 deletions
|
@ -2010,6 +2010,7 @@ impl EditorElement {
|
|||
gutter_width,
|
||||
em_width,
|
||||
block_id,
|
||||
editor_style: &self.style,
|
||||
})
|
||||
}
|
||||
TransformBlock::ExcerptHeader {
|
||||
|
@ -2658,6 +2659,12 @@ impl Element<Editor> for EditorElement {
|
|||
}
|
||||
}
|
||||
|
||||
impl Component<Editor> for EditorElement {
|
||||
fn render(self) -> AnyElement<Editor> {
|
||||
AnyElement::new(self)
|
||||
}
|
||||
}
|
||||
|
||||
// impl EditorElement {
|
||||
// type LayoutState = LayoutState;
|
||||
// type PaintState = ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue