diff options
author | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-30 13:57:37 +0800 |
---|---|---|
committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-30 13:57:37 +0800 |
commit | 5af1cbd51c06ff875e225aafe35eda438bf997d3 (patch) | |
tree | a794d01332a3eb9f82f72f6c815c5b13d2f9924c | |
parent | b9f4d13ffa8cd20ed89be16f471a1fab760ba2c0 (diff) |
menu update bug
added _columnWidth
-rw-r--r-- | src/mobile/MobileInterface.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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); |