mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
fix default selection value
This commit is contained in:
parent
7c137b150e
commit
fcceb5af1c
@ -127,7 +127,7 @@ impl List {
|
|||||||
.find_with_equal_func(|item| {
|
.find_with_equal_func(|item| {
|
||||||
item.dynamic_cast_ref::<Item>().unwrap().is_active()
|
item.dynamic_cast_ref::<Item>().unwrap().is_active()
|
||||||
})
|
})
|
||||||
.unwrap(),
|
.unwrap_or_default(),
|
||||||
)
|
)
|
||||||
.factory(&factory)
|
.factory(&factory)
|
||||||
.build();
|
.build();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user