diff options
author | bobzel <zzzman@gmail.com> | 2020-08-14 21:39:18 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-14 21:39:18 -0400 |
commit | 4e3ed774c9ac3d1365c67125ddc97df9de245f41 (patch) | |
tree | 0ef5059b8ff5b242080ee726929bec7932b5ceda /src/client/util/CurrentUserUtils.ts | |
parent | 80ff6de0b5faa4e4c36fd2ed12ae463a7f6040aa (diff) |
fixed default documents that were missing the 'system' tag. fixed catalog to have default worksapce documents in it.
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index aff80da75..8931495dc 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -861,9 +861,6 @@ export class CurrentUserUtils { title: "pres element template", backgroundColor: "transparent", _xMargin: 5, _height: 46, isTemplateDoc: true, isTemplateForField: "data", system: true })); } - if (doc.activePresentation === undefined) { - doc.activePresentation = Doc.MakeCopy(doc.emptyPresentation as Doc, true); - } } // Sharing sidebar is where shared documents are contained |