This commit is contained in:
Jonathan Kelley 2024-01-07 00:05:31 -08:00
parent 0a2046ba87
commit b8a47d04d6
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -104,7 +104,6 @@ impl_event! {
onmouseup
}
impl MouseData {
/// Create a new instance of MouseData
pub fn new(inner: impl HasMouseData + 'static) -> Self {