Skip to content

Commit e6e6b8f

Browse files
committed
Update NavigationToolbar.xaml.cs
1 parent 42b2fba commit e6e6b8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ private async void Omnibar_QuerySubmitted(Omnibar sender, OmnibarQuerySubmittedE
266266
if (args.Item is not NavigationBarSuggestionItem item)
267267
return;
268268

269+
// Try invoking built-in command
269270
if (item.Text is { } commandText)
270271
{
271272
var command = Commands[commandText];

0 commit comments

Comments
 (0)