avoid closing with children
This commit is contained in:
parent
c5c327482b
commit
ff41ff0532
1 changed files with 1 additions and 1 deletions
|
|
@ -599,7 +599,7 @@ where
|
||||||
positioner: positioner.clone(),
|
positioner: positioner.clone(),
|
||||||
parent_size: None,
|
parent_size: None,
|
||||||
grab: true,
|
grab: true,
|
||||||
close_with_children: true,
|
close_with_children: false,
|
||||||
input_zone: None,
|
input_zone: None,
|
||||||
},
|
},
|
||||||
Some(move || {
|
Some(move || {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue