diff options
author | bob <bcz@cs.brown.edu> | 2019-09-26 14:37:49 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-09-26 14:37:49 -0400 |
commit | 288a3a1368ab7de11007080e54cd1879196342a4 (patch) | |
tree | bfc6d1d5466a13b95797297286159f5827479360 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 0c0b5697957af3c1aa4560a707d37b1073b743a5 (diff) |
hopefully last fixes for pdf interactions -- this time for marquee dragging with right button.
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index cd183a984..49b6f22db 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -103,7 +103,6 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF finalPanelHeight = () => this.dataProvider ? this.dataProvider.height : this.panelHeight(); render() { - trace(); return ( <div className="collectionFreeFormDocumentView-container" style={{ |