We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7257fc1 commit eaf0f9bCopy full SHA for eaf0f9b
GenericFileBrowser.xaml.cs
@@ -68,7 +68,7 @@ public GenericFileBrowser()
68
Forward.Click += Navigation.NavigationActions.Forward_Click;
69
Refresh.Click += Navigation.NavigationActions.Refresh_Click;
70
AllView.DoubleTapped += Interact.Interaction.List_ItemClick;
71
- //PasteItem.Click += Interact.Interaction.PasteItem_ClickAsync;
+ Paste.Click += Interact.Interaction.PasteItem_ClickAsync;
72
73
}
74
0 commit comments