diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-06-18 20:58:32 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-06-18 20:58:32 -0400 |
| commit | 13e301dea2f537b67b338cc6a98d3f3b5a8e1f36 (patch) | |
| tree | 2ecb3a72e00ec6f6ce2d2c5b7467352adde2543e /src/client/views/pdf/PDFAnnotationLayer.tsx | |
| parent | 464fa03d6ebb2a7aaef1d7622afa3e1e7ee816a3 (diff) | |
Fixed linter errors
Diffstat (limited to 'src/client/views/pdf/PDFAnnotationLayer.tsx')
| -rw-r--r-- | src/client/views/pdf/PDFAnnotationLayer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFAnnotationLayer.tsx b/src/client/views/pdf/PDFAnnotationLayer.tsx index e92dcacbf..1f49e0d2f 100644 --- a/src/client/views/pdf/PDFAnnotationLayer.tsx +++ b/src/client/views/pdf/PDFAnnotationLayer.tsx @@ -19,6 +19,6 @@ export class PDFAnnotationLayer extends React.Component { <div className="pdfAnnotationLayer-cont" style={{ width: "100%", height: "100%", position: "relative", top: "-200%" }} onPointerDown={this.onPointerDown}> </div> - ) + ); } }
\ No newline at end of file |
