Update MapItem.Avalonia.cs

This commit is contained in:
ClemensFischer 2024-08-25 17:45:56 +02:00
parent ff3937e1fa
commit 45b6c012e0

View file

@ -18,9 +18,5 @@ namespace MapControl
(ItemsControl.ItemsControlFromItemContainer(this) as MapItemsControl)?
.OnItemClicked(this, e.KeyModifiers.HasFlag(KeyModifiers.Control));
}
protected override void OnPointerReleased(PointerReleasedEventArgs e)
{
}
}
}