diff options
author | bobzel <zzzman@gmail.com> | 2022-09-13 12:51:37 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-09-13 12:51:37 -0400 |
commit | 743f4ab3a65babedb30b8ae9575e9b3583e52b3d (patch) | |
tree | 503277c9cf659b2fefc92ebbd80586975e2468f2 /src/client/util/CurrentUserUtils.ts | |
parent | ecc97b7d09f66b25a19b1e33d547e32d2f0a591d (diff) |
fixed activePresentation to work properly with multiple dashboards. fixed undoing PinDoc.
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index c2cf5dae0..7419750b1 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -336,14 +336,6 @@ export class CurrentUserUtils { { title: "Trails", target: Doc.UserDoc(), icon: "pres-trail", funcs: {target: getActiveDashTrails}}, { title: "User Doc View", target: this.setupUserDocView(doc, "myUserDocView"), icon: "address-card",funcs: {hidden: "IsNoviceMode()"} }, ].map(tuple => ({...tuple, scripts:{onClick: 'selectMainMenu(self)'}})); - - - // Doc.UserDoc().myButtons.trailsBtn.target = Doc.ActiveDashboard.myTrails; - // const foo = new Doc(); - // foo.a = 3; - // foo.a = "bob"; - // foo.a = new List<number>([1]); // = [] - // foo.a = ComputedField.MakeFunction("() =>'hello'"); // () => "hello"; } /// the empty panel that is filled with whichever left menu button's panel has been selected |