Skip to content

Commit 73f6862

Browse files
committed
merge
1 parent 5c2f797 commit 73f6862

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Files.App/Views/MainPage.xaml.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,9 @@ protected override async void OnPreviewKeyDown(KeyRoutedEventArgs e)
231231
if (isTextBox)
232232
{
233233
if (hotKey.IsTextBoxHotKey())
234-
{
235234
break;
236-
}
237235
if (currentModifiers is KeyModifiers.None && !hotKey.Key.IsGlobalKey())
238-
{
239236
break;
240-
}
241237
}
242238

243239
// Execute command for hotkey

0 commit comments

Comments
 (0)