chore: fix examples and add them to GitHub CI
This commit is contained in:
parent
0a1922d4b3
commit
b2ecb41098
4 changed files with 4 additions and 3 deletions
|
|
@ -446,7 +446,6 @@ impl Application for Window {
|
|||
|
||||
Message::CondensedViewToggle => {}
|
||||
Message::KeyboardNav(message) => match message {
|
||||
keyboard_nav::Message::Unfocus => ret = keyboard_nav::unfocus(),
|
||||
keyboard_nav::Message::FocusNext => ret = widget::focus_next(),
|
||||
keyboard_nav::Message::FocusPrevious => ret = widget::focus_previous(),
|
||||
_ => (),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue