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 (
|
return (
|
||||||
<ReactLinkify
|
<ReactLinkify
|
||||||
componentDecorator = { this._componentDecorator }>
|
componentDecorator = { this._componentDecorator }>
|
||||||
<Text>
|
<Text selectable = { true }>
|
||||||
{ this.props.children }
|
{ this.props.children }
|
||||||
</Text>
|
</Text>
|
||||||
</ReactLinkify>
|
</ReactLinkify>
|
||||||
|
|
Loading…
Reference in New Issue