fix: allow default popup positioner to be constrained
This commit is contained in:
parent
4788693027
commit
0f857b18ea
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ pub fn get_popup_settings(
|
||||||
height: height_padding.unwrap_or(8) * 2 + pixels as i32,
|
height: height_padding.unwrap_or(8) * 2 + pixels as i32,
|
||||||
},
|
},
|
||||||
reactive: true,
|
reactive: true,
|
||||||
|
constraint_adjustment: 15, // slide_y, slide_x, flip_x, flip_y
|
||||||
..Default::default()
|
..Default::default()
|
||||||
},
|
},
|
||||||
parent_size: None,
|
parent_size: None,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue