Improved long press behaviour when there is no long press callback
This commit is contained in:
@@ -64,4 +64,8 @@ where
|
||||
_ => todo!("Only functions are currently supported"),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn is_set(&self) -> bool {
|
||||
self.internal.is_some()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user