Skip to content

Commit 11a0f63

Browse files
authored
Merge pull request #57856 from nkdengineer/fix/57825
[CP STAGING] fix: Attachments-Swiping to the left through attachment
2 parents 1f2ee2c + e47328c commit 11a0f63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/AttachmentModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ function AttachmentModal({
514514
}
515515
}}
516516
propagateSwipe
517-
swipeDirection={shouldUseNarrowLayout ? CONST.SWIPE_DIRECTION.RIGHT : undefined}
518517
initialFocus={() => {
519518
if (!submitRef.current) {
520519
return false;

0 commit comments

Comments
 (0)