Always show expand button (#4121)
This commit is contained in:
parent
4e3e557519
commit
7bee5c368a
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