fix: capture mouse motion and mouse interactions in overlay
This commit is contained in:
parent
1810bedfa5
commit
1970499459
4 changed files with 417 additions and 407 deletions
|
|
@ -135,7 +135,7 @@ impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static>
|
|||
self.on_selected.as_ref(),
|
||||
self.selections,
|
||||
|| tree.state.downcast_mut::<State<Item>>(),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
fn mouse_interaction(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue