Update inner.rs
This commit is contained in:
parent
bdedee3cc9
commit
a544feddfc
1 changed files with 1 additions and 3 deletions
|
|
@ -453,9 +453,7 @@ impl PageInner {
|
|||
PanelAnchor::Bottom,
|
||||
]
|
||||
.iter()
|
||||
.find(|a| {
|
||||
Anchor(**a).to_string() == self.anchors[i]
|
||||
})
|
||||
.find(|a| Anchor(**a).to_string() == self.anchors[i])
|
||||
{
|
||||
panel_config.anchor = *anchor;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue