Skip to content

Commit

Permalink
Merge pull request #39329 from Krishna2323/krishna2323/issue/38177
Browse files Browse the repository at this point in the history
fix: Start chat - Chat RHP switches to Room tab when dragging input from right to left
  • Loading branch information
luacmartins authored Apr 3, 2024
2 parents a4e9804 + bb9d7a8 commit 5c90e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/workspace/WorkspaceNewRoomPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ function WorkspaceNewRoomPage({policies, reports, formState, session, activePoli
maxLength={CONST.REPORT_DESCRIPTION.MAX_LENGTH}
autoCapitalize="none"
containerStyles={[styles.autoGrowHeightMultilineInput]}
shouldInterceptSwipe
/>
</View>
<View style={[styles.mhn5]}>
Expand Down

0 comments on commit 5c90e1f

Please sign in to comment.