feat: make mobile chat messages selectable
This commit is contained in:
committed by
Zoltan Bettenbuk
parent
8efee04a10
commit
7e70a8c1de
@@ -45,7 +45,7 @@ export default class Linkify extends Component<Props> {
|
||||
return (
|
||||
<ReactLinkify
|
||||
componentDecorator = { this._componentDecorator }>
|
||||
<Text>
|
||||
<Text selectable = { true }>
|
||||
{ this.props.children }
|
||||
</Text>
|
||||
</ReactLinkify>
|
||||
|
||||
Reference in New Issue
Block a user