diff options
author | bobzel <zzzman@gmail.com> | 2024-01-18 16:25:58 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-01-18 16:25:58 -0500 |
commit | de2536ad11391b6a1ce1a98c08987a93b177e188 (patch) | |
tree | c25cb0d7685d885eb250663c1a0c59bd41b93d32 /src/client/util/CurrentUserUtils.ts | |
parent | 5b5730a7df073659cbb6c326f748f7fcbe6625e8 (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 2dfd91314..7d9cb36c5 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -285,7 +285,7 @@ export class CurrentUserUtils { treeView_HasOverlay: true, _text_fontSize: "20px", _layout_autoHeight: true, dropAction:'move', treeView_Type: TreeViewType.outline, backgroundColor: "white", _xMargin: 0, _yMargin: 0, _createDocOnCR: true - }, funcs: {title: 'pptSlide'}},//'this.text?.Text'}}, + }, funcs: {title: 'this.text?.Text'}}, ]; emptyThings.forEach(thing => DocUtils.AssignDocField(doc, "empty"+thing.key, (opts) => thing.creator(opts), {...standardOps(thing.key), ...thing.opts}, undefined, thing.scripts, thing.funcs)); |