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 3005992 commit e56aa4eCopy full SHA for e56aa4e
src/Files.App/Views/LayoutModes/ColumnViewBase.xaml.cs
@@ -110,10 +110,9 @@ protected override void OnNavigatedTo(NavigationEventArgs eventArgs)
110
columnsOwner = (navArgs.AssociatedTabInstance as FrameworkElement)?.FindAscendant<ColumnViewBrowser>();
111
var index = (navArgs.AssociatedTabInstance as ColumnShellPage)?.ColumnParams?.Column;
112
navArgs.FocusOnNavigation = index == columnsOwner?.FocusIndex;
113
+
114
if (index < columnsOwner?.FocusIndex)
- {
115
FileList.ContainerContentChanging += HighlightPathDirectory;
116
- }
117
}
118
119
base.OnNavigatedTo(eventArgs);
@@ -470,4 +469,4 @@ internal void ClearSelectionIndicator()
470
469
FileList.SelectedItem = null;
471
472
473
-}
+}
0 commit comments