diff options
author | bob <bcz@cs.brown.edu> | 2019-09-25 11:03:11 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-09-25 11:03:11 -0400 |
commit | b57741dbed846313e1b9d0dad3b6c8add2566277 (patch) | |
tree | 8922b014d31405fb6f3221cd4638f4104530b504 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 1a12483b52c27259f0f2762d4369a79e1397af9c (diff) |
fixing up pdf rendering...
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index 9685f9bca..91037df7f 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -99,6 +99,7 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF @observable _animPos: number[] | undefined = undefined; render() { + trace(); return ( <div className="collectionFreeFormDocumentView-container" style={{ |