From 7bee5c368ab935c1ddcf7e5b304eddc64b8cd8d4 Mon Sep 17 00:00:00 2001 From: Miguel Alatzar Date: Tue, 7 Apr 2020 09:52:59 -0700 Subject: [PATCH] Always show expand button (#4121) --- app/components/markdown/markdown_table/markdown_table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/markdown/markdown_table/markdown_table.js b/app/components/markdown/markdown_table/markdown_table.js index 22eadcba1..019afb03b 100644 --- a/app/components/markdown/markdown_table/markdown_table.js +++ b/app/components/markdown/markdown_table/markdown_table.js @@ -236,7 +236,7 @@ export default class MarkdownTable extends React.PureComponent { } let expandButton = null; - if (expandButtonOffset > 0 && (moreRight || moreBelow)) { + if (expandButtonOffset > 0) { expandButton = (