revert: "fix(popover): set default position to Bottom"
Causes popups to be misplaced in applications that required the previous
behavior.
This reverts commit 18182e5f97.
This commit is contained in:
parent
45fd683bc9
commit
866da0f94b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ where
|
||||||
content: content.into(),
|
content: content.into(),
|
||||||
modal: false,
|
modal: false,
|
||||||
popup: None,
|
popup: None,
|
||||||
position: Position::Bottom,
|
position: Position::Center,
|
||||||
on_close: None,
|
on_close: None,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue