Skip to content

Commit

Permalink
fix: Start chat - Chat RHP switches to Room tab when dragging input f…
Browse files Browse the repository at this point in the history
…rom right to left.

Signed-off-by: Krishna Gupta <belivethatkg@gmail.com>
  • Loading branch information
Krishna2323 committed Mar 31, 2024
1 parent 14ff944 commit bb9d7a8
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 bb9d7a8

Please sign in to comment.