diff options
author | bobzel <zzzman@gmail.com> | 2022-04-24 15:01:00 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-04-24 15:01:00 -0400 |
commit | 969ab00c44859b932884bb32fef1b1e8b11d5448 (patch) | |
tree | 5fc46eaff274faa3d2a83721c9b640773f437426 /src/client/util/CurrentUserUtils.ts | |
parent | 239ff2c0423333bb7e154158c1f52ef688875ee7 (diff) |
from last
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index bf722157a..c7309d15e 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -389,7 +389,7 @@ export class CurrentUserUtils { const textDoc = Docs.Create.TreeDocument([], { title: "Slide", _viewType: CollectionViewType.Tree, treeViewHasOverlay: true, _fontSize: "20px", _autoHeight: true, allowOverlayDrop: true, treeViewType: "outline", _xMargin: 0, _yMargin: 0, _width: 300, _height: 200, _singleLine: true, - backgroundColor: "transparent", system: true, cloneFieldFilter: new List<string>(["system"]) + backgroundColor: "white", system: true, cloneFieldFilter: new List<string>(["system"]) }); Doc.GetProto(textDoc).title = ComputedField.MakeFunction('self.text?.Text'); FormattedTextBox.SelectOnLoad = textDoc[Id]; |