Skip to content

Commit 3ab05e4

Browse files
committed
Update GridLayoutPage.xaml.cs
1 parent b717ca3 commit 3ab05e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Files.App/Views/Layouts/GridLayoutPage.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,8 @@ private async void FileList_ItemTapped(object sender, TappedRoutedEventArgs e)
615615
// https://github.com/files-community/Files/issues/15051
616616
if (e.PointerDeviceType == PointerDeviceType.Touch)
617617
ItemManipulationModel.ClearSelection();
618+
619+
return;
618620
}
619621

620622
// Skip code if the control or shift key is pressed or if the user is using multiselect

0 commit comments

Comments
 (0)