Просмотр исходного кода

feat: make mobile chat messages selectable

master
Bettenbuk Zoltan 6 лет назад
Родитель
Сommit
7e70a8c1de
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      react/features/base/react/components/native/Linkify.js

+ 1
- 1
react/features/base/react/components/native/Linkify.js Просмотреть файл

@@ -45,7 +45,7 @@ export default class Linkify extends Component<Props> {
45 45
         return (
46 46
             <ReactLinkify
47 47
                 componentDecorator = { this._componentDecorator }>
48
-                <Text>
48
+                <Text selectable = { true }>
49 49
                     { this.props.children }
50 50
                 </Text>
51 51
             </ReactLinkify>

Загрузка…
Отмена
Сохранить