aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-11-19 11:02:42 -0500
committerbob <bcz@cs.brown.edu>2019-11-19 11:02:42 -0500
commitd259cf7b16e64794bc12ae420f9b512a75eee46c (patch)
tree47f528e812522977049df14ffcb0eed683c2f903 /src/client/views/nodes/DocumentView.tsx
parentdc9e21ebab1d40747c2be3550b9601f8b46b9221 (diff)
fixed some details with pdfs
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r--src/client/views/nodes/DocumentView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index 797b6ecb2..da4489bef 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -591,7 +591,6 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu
const showTextTitle = showTitle && StrCast(this.Document.layout).indexOf("FormattedTextBox") !== -1 ? showTitle : undefined;
const searchHighlight = (!this.Document.searchFields ? (null) :
<div className="documentView-searchHighlight">
- {/* style={{ width: `${100 * this.props.ContentScaling()}%`, transform: `scale(${1 / this.props.ContentScaling()})` }}> */}
{this.Document.searchFields}
</div>);
const captionView = (!showCaption ? (null) :