diff options
author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-29 23:23:06 -0700 |
---|---|---|
committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-29 23:23:06 -0700 |
commit | f99fa51ec43356764f25eb90e43994eb79464dec (patch) | |
tree | c2504e1cc2bf4adabfed201ad5682b8f92482687 | |
parent | 917098c107052f825e0f9b96bdb0706371862b90 (diff) | |
parent | 5af1cbd51c06ff875e225aafe35eda438bf997d3 (diff) |
Merge branch 'mobile_revision_direct' of https://github.com/browngraphicslab/Dash-Web into mobile_revision_direct
-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 54461c4cc..1b934df93 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -629,6 +629,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); |