fix(app): restore on_context_drawer functionality that was removed in 59a913c
This commit is contained in:
parent
e556148942
commit
42cfdbf585
2 changed files with 6 additions and 0 deletions
|
|
@ -490,6 +490,11 @@ where
|
|||
None
|
||||
}
|
||||
|
||||
// Called when context drawer is toggled
|
||||
fn on_context_drawer(&mut self) -> iced::Command<Message<Self::Message>> {
|
||||
iced::Command::none()
|
||||
}
|
||||
|
||||
/// Called when the escape key is pressed.
|
||||
fn on_escape(&mut self) -> iced::Command<Message<Self::Message>> {
|
||||
iced::Command::none()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue