forked from Ivasoft/mattermost-mobile
Allow to select text from tables on full view (#6901)
* Allow to select text from tables on full view * Fix check * Remove inline style
This commit is contained in:
committed by
GitHub
parent
a7db26992d
commit
da4470bd78
@@ -74,7 +74,7 @@ function createNativeElement({node, stylesheet, key, defaultColor, fontFamily, f
|
||||
<Text
|
||||
key={key}
|
||||
style={Object.assign({color: defaultColor}, startingStyle)}
|
||||
selectable={true}
|
||||
selectable={selectable}
|
||||
>
|
||||
{value}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user