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 4a6e469 commit d7ca7beCopy full SHA for d7ca7be
src/Files.App.Controls/Omnibar/Omnibar.Events.cs
@@ -36,7 +36,7 @@ private async void AutoSuggestBox_LosingFocus(UIElement sender, LosingFocusEvent
36
var keyState = InputKeyboardSource.GetKeyStateForCurrentThread(VirtualKey.Tab);
37
if (keyState.HasFlag(CoreVirtualKeyStates.Down))
38
{
39
- await Task.Delay(1);
+ await Task.Delay(2);
40
CurrentSelectedMode?.ContentOnInactive?.Focus(FocusState.Keyboard);
41
}
42
0 commit comments