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/views/collections/CollectionSubView.tsx | |
| parent | 697ee484fc9d5db6cf61397451869b563e97206e (diff) | |
fixed treeview dragging. got rid of extra stuff from presentationview
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index d192721a7..cfe3fefb3 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -83,7 +83,7 @@ export function CollectionSubView<T>(schemaCtor: (doc: Doc) => T) { let ind; let doc = this.props.Document; let id = CurrentUserUtils.id; - let email = CurrentUserUtils.email; + let email = Doc.CurrentUserEmail; let pos = { x: position[0], y: position[1] }; if (id && email) { const proto = Doc.GetProto(doc); |
