Always show expand button (#4124)
Co-authored-by: Miguel Alatzar <this.migbot@gmail.com>
This commit is contained in:
parent
cdf3baf40d
commit
a6abc35ac5
1 changed files with 1 additions and 1 deletions
|
|
@ -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'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue