From a6abc35ac525ccc227a5c8337c1231744cbff200 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Tue, 7 Apr 2020 19:00:18 +0200 Subject: [PATCH] Always show expand button (#4124) Co-authored-by: Miguel Alatzar --- 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 = (