Update MapItem.Avalonia.cs

This commit is contained in:
ClemensFischer 2024-05-30 22:08:51 +02:00
parent de46fd4b99
commit a28e59013f

View file

@ -20,5 +20,9 @@ namespace MapControl
e.Handled = true; e.Handled = true;
} }
protected override void OnPointerReleased(PointerReleasedEventArgs e)
{
}
} }
} }