feat: make mobile chat messages selectable
This commit is contained in:
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>
|
||||
|
|
Loading…
Reference in New Issue