chore: fix examples and add them to GitHub CI

This commit is contained in:
Konstantinos Lampropoulos 2024-09-03 14:33:26 +03:00 committed by GitHub
parent 0a1922d4b3
commit b2ecb41098
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View file

@ -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(),
_ => (),