Skip to content

Commit

Permalink
fix: android text selection issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-xiaowei committed Nov 28, 2024
1 parent a342ba5 commit b430d81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react-native/src/chat/component/CustomMessageComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const CustomMessageComponent: React.FC<MessageProps<IMessage>> = ({
<TextInput
editable={Platform.OS === 'android'}
multiline
showSoftInputOnFocus={false}
style={[
styles.inputText,
// eslint-disable-next-line react-native/no-inline-styles
Expand Down

0 comments on commit b430d81

Please sign in to comment.