Implement Operation::scrollable for element::Map
This commit is contained in:
parent
af6f7945a9
commit
397f2910e0
1 changed files with 8 additions and 0 deletions
|
|
@ -316,6 +316,14 @@ where
|
|||
) {
|
||||
self.operation.focusable(state, id);
|
||||
}
|
||||
|
||||
fn scrollable(
|
||||
&mut self,
|
||||
state: &mut dyn widget::operation::Scrollable,
|
||||
id: Option<&widget::Id>,
|
||||
) {
|
||||
self.operation.scrollable(state, id);
|
||||
}
|
||||
}
|
||||
|
||||
self.widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue