Fix clicking outside textbox to unfocus
This commit is contained in:
parent
647d29169e
commit
c6cd819fff
1 changed files with 2 additions and 0 deletions
|
|
@ -1100,6 +1100,8 @@ where
|
|||
}
|
||||
|
||||
status = Status::Captured;
|
||||
} else {
|
||||
state.is_focused = false;
|
||||
}
|
||||
}
|
||||
Event::Mouse(MouseEvent::ButtonReleased(Button::Left)) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue