Skip to content

Commit 6393542

Browse files
Focus Bug fixed
1 parent a9d88bf commit 6393542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/Views/LayoutModes/DetailsLayoutBrowser.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
DragOver="ItemsLayout_DragOver"
227227
Drop="ItemsLayout_Drop"
228228
IsDoubleTapEnabled="True"
229+
IsTabStop="True"
229230
ItemsSource="{x:Bind CollectionViewSource.View, Mode=OneWay}"
230231
Loaded="FileList_Loaded"
231232
PreviewKeyDown="FileList_PreviewKeyDown"

0 commit comments

Comments
 (0)