Always show expand button (#4121)

This commit is contained in:
Miguel Alatzar 2020-04-07 09:52:59 -07:00 committed by GitHub
parent 4e3e557519
commit 7bee5c368a
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'}