Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drasticactions committed Feb 6, 2022
1 parent 22cad7c commit 40935b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DrasticMaui.DragAndDropOverlay/DragAndDropOverlay.Windows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ private void Panel_DragLeave(object sender, Microsoft.UI.Xaml.DragEventArgs e)

private async void Panel_Drop(object sender, Microsoft.UI.Xaml.DragEventArgs e)
{
// We're gonna cheat and only take the first item dragged in by the user.
// In the real world, you would probably want to handle multiple drops and figure
// Out what to do for your app.
if (e.DataView.Contains(StandardDataFormats.StorageItems))
{
var items = await e.DataView.GetStorageItemsAsync();
Expand Down

0 comments on commit 40935b8

Please sign in to comment.