Update widget/src/combo_box.rs
Co-authored-by: Héctor Ramón <hector0193@gmail.com>
This commit is contained in:
parent
32a95171d2
commit
e1da5fa635
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ where
|
||||||
{
|
{
|
||||||
if let Some(index) = &mut menu.hovered_option {
|
if let Some(index) = &mut menu.hovered_option {
|
||||||
if *index
|
if *index
|
||||||
== state
|
>= state
|
||||||
.filtered_options
|
.filtered_options
|
||||||
.options
|
.options
|
||||||
.len()
|
.len()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue