diff options
author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-05-26 23:09:56 -0700 |
---|---|---|
committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-05-26 23:09:56 -0700 |
commit | 88593faa4777b622ed5a3208f6462cf7b307b83a (patch) | |
tree | 7506cc6c481de1614824bd77b6ca0e2dd89328b8 /src/client/util/CurrentUserUtils.ts | |
parent | 4a3fe3e00cde9c9afe798686367468d85606b972 (diff) |
pulled from master
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 496099557..377f908e9 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -444,6 +444,10 @@ export class CurrentUserUtils { }); } + static setupMobileMenu(userDoc: Doc) { + return CurrentUserUtils.setupWorkspaces(userDoc); + } + static setupMobileInkingDoc(userDoc: Doc) { return Docs.Create.FreeformDocument([], { title: "Mobile Inking", backgroundColor: "white" }); } |