WIP
This commit is contained in:
parent
cf007a3d3b
commit
147aa0f695
17 changed files with 150 additions and 138 deletions
|
@ -1302,7 +1302,7 @@ impl LayoutEngine {
|
|||
}
|
||||
|
||||
pub fn computed_layout(&mut self, node: LayoutId) -> Result<EngineLayout> {
|
||||
Ok(self.0.layout(node)?.into())
|
||||
dbg!(Ok(self.0.layout(node)?.into()))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue