Implement Operation::scrollable for widget::action::Map
This commit is contained in:
parent
1283f2153c
commit
11ec80dee2
1 changed files with 8 additions and 0 deletions
|
|
@ -85,4 +85,12 @@ where
|
|||
) {
|
||||
self.operation.focusable(state, id);
|
||||
}
|
||||
|
||||
fn scrollable(
|
||||
&mut self,
|
||||
state: &mut dyn operation::Scrollable,
|
||||
id: Option<&Id>,
|
||||
) {
|
||||
self.operation.scrollable(state, id);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue