Always show expand button (#4124)

Co-authored-by: Miguel Alatzar <this.migbot@gmail.com>
This commit is contained in:
Mattermost Build 2020-04-07 19:00:18 +02:00 committed by GitHub
parent cdf3baf40d
commit a6abc35ac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,7 +236,7 @@ export default class MarkdownTable extends React.PureComponent {
}
let expandButton = null;
if (expandButtonOffset > 0 && (moreRight || moreBelow)) {
if (expandButtonOffset > 0) {
expandButton = (
<TouchableWithFeedback
type={'opacity'}