Skip to content

Commit c69bcda

Browse files
committed
Update NavigationToolbar.xaml.cs
1 parent 5aba34d commit c69bcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/UserControls/NavigationToolbar.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ private async void Omnibar_PreviewKeyDown(object sender, KeyRoutedEventArgs e)
450450

451451
if (currentSelectedMode == OmnibarPathMode)
452452
BreadcrumbBar.Focus(FocusState.Keyboard);
453-
else if (Omnibar.CurrentSelectedMode == OmnibarCommandPaletteMode)
453+
else if (currentSelectedMode == OmnibarCommandPaletteMode)
454454
OmnibarCommandPaletteMode.Focus(FocusState.Keyboard);
455455
}
456456
}

0 commit comments

Comments
 (0)