diff options
author | bob <bcz@cs.brown.edu> | 2019-08-19 15:55:36 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-08-19 15:55:36 -0400 |
commit | 0e4729a8d634c67a3575761784b840a28694ba7a (patch) | |
tree | 7a5e686bb1e0ad311bc5572f052a145917f032e1 /src/client/documents/Documents.ts | |
parent | 697ee484fc9d5db6cf61397451869b563e97206e (diff) |
fixed treeview dragging. got rid of extra stuff from presentationview
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index c551fd2a3..47df17329 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -290,7 +290,7 @@ export namespace Docs { const { omit: protoProps, extract: delegateProps } = OmitKeys(options, delegateKeys); if (!("author" in protoProps)) { - protoProps.author = CurrentUserUtils.email; + protoProps.author = Doc.CurrentUserEmail; } if (!("creationDate" in protoProps)) { |