diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-09-21 11:16:24 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-09-21 11:16:24 +0530 |
commit | b121cbabb129f0ab07a382cb8b522cd8d6bce7cb (patch) | |
tree | 9214030d7cddf212fc7023977df69895265d9762 /src/client/views/nodes/DocumentView.tsx | |
parent | 1b43981511136d9b68a1014906a1c409a6831fc6 (diff) | |
parent | 28a3408a07d4341c52595f36dcb3d3bd3f9e3aee (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 396e1d526..561226fb3 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -1092,6 +1092,7 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu } render() { + TraceMobx(); if (!(this.props.Document instanceof Doc)) return (null); if (GetEffectiveAcl(this.props.Document[DataSym]) === AclPrivate) return (null); if (this.props.Document.hidden) return (null); |