Skip to content

Commit

Permalink
chore(dragdrop): Update comment in test page
Browse files Browse the repository at this point in the history
  • Loading branch information
robloo authored and dr1rrb committed Oct 16, 2020
1 parent a51557e commit ca4679e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ private async void ShowDropDetails(global::Windows.UI.Xaml.DragEventArgs args)
this.DropDetailsImage.Visibility = Visibility.Collapsed;

// Only one data format can be displayed at once.
// Therefore, a priority is used to determine which should be displayed.
// This is currently only alphabetical but may need to be smarter in the future.
// Therefore, the order/priority here is used to determine which should be displayed.
// It should be ordered most specific to least generally speaking.
if (args.DataView.Contains(StandardDataFormats.ApplicationLink))
{
title += " (ApplicationLink)";
Expand Down

0 comments on commit ca4679e

Please sign in to comment.