toplevel: store containing float
This commit is contained in:
parent
a333198658
commit
a97e92ccea
4 changed files with 51 additions and 8 deletions
|
|
@ -958,6 +958,10 @@ impl ContainingNode for FloatNode {
|
|||
}
|
||||
self.toggle_pinned();
|
||||
}
|
||||
|
||||
fn cnode_get_float(self: Rc<Self>) -> Option<Rc<FloatNode>> {
|
||||
Some(self)
|
||||
}
|
||||
}
|
||||
|
||||
impl StackedNode for FloatNode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue