From 5af1cbd51c06ff875e225aafe35eda438bf997d3 Mon Sep 17 00:00:00 2001 From: geireann <60007097+geireann@users.noreply.github.com> Date: Tue, 30 Jun 2020 13:57:37 +0800 Subject: menu update bug added _columnWidth --- src/mobile/MobileInterface.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx index 7ff82ccc4..194c8eb66 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -623,6 +623,7 @@ export class MobileInterface extends React.Component { this.menuListView = false; this._homeDoc._viewType = "masonry"; this._homeDoc.columnWidth = 300; + this._homeDoc._columnWidth = 300; const menuButtons = DocListCast(this._homeDoc.data); menuButtons.map((doc: Doc, index: any) => { const buttonData = DocListCast(doc.data); -- cgit v1.2.3-70-g09d2