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 0662279 commit 6b7db72Copy full SHA for 6b7db72
Files/UserControls/SidebarControl.xaml.cs
@@ -299,12 +299,12 @@ private void NavigationViewWSLItem_RightTapped(object sender, RightTappedRoutedE
299
300
private void OpenInNewTab_Click(object sender, RoutedEventArgs e)
301
{
302
- NavigationHelpers.OpenPathInNewTab(App.RightClickedItem.Path);
+ NavigationHelpers.OpenPathInNewTab(RightClickedItem.Path);
303
}
304
305
private async void OpenInNewWindow_Click(object sender, RoutedEventArgs e)
306
307
- await NavigationHelpers.OpenPathInNewWindowAsync(App.RightClickedItem.Path);
+ await NavigationHelpers.OpenPathInNewWindowAsync(RightClickedItem.Path);
308
309
310
private void NavigationViewItem_DragStarting(UIElement sender, DragStartingEventArgs args)
0 commit comments