Sfoglia il codice sorgente

feat: make mobile chat messages selectable

master
Bettenbuk Zoltan 5 anni fa
parent
commit
7e70a8c1de
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      react/features/base/react/components/native/Linkify.js

+ 1
- 1
react/features/base/react/components/native/Linkify.js Vedi File

45
         return (
45
         return (
46
             <ReactLinkify
46
             <ReactLinkify
47
                 componentDecorator = { this._componentDecorator }>
47
                 componentDecorator = { this._componentDecorator }>
48
-                <Text>
48
+                <Text selectable = { true }>
49
                     { this.props.children }
49
                     { this.props.children }
50
                 </Text>
50
                 </Text>
51
             </ReactLinkify>
51
             </ReactLinkify>

Loading…
Annulla
Salva