chore: update deps
This commit is contained in:
@@ -10,7 +10,7 @@ pub trait InteractiveElementExt: InteractiveElement {
|
||||
Self: Sized,
|
||||
{
|
||||
self.interactivity().on_click(move |event, window, cx| {
|
||||
if event.up.click_count == 2 {
|
||||
if event.click_count() == 2 {
|
||||
listener(event, window, cx);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user