diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-14 11:56:40 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-14 11:56:40 -0400 |
| commit | 0c9dc7be8c6b885b14ed4aacd7e9c8cd5c8bf208 (patch) | |
| tree | 66325669dce7efe966b42f268a04faaa4c899532 /src/client/views/PresentationView.tsx | |
| parent | 6a2cb71af332d4c782c1678750ba955757eaab45 (diff) | |
| parent | 618d3717e118f978de976cb34e8bc2051c726ffc (diff) | |
Merge branch 'master' into pdf_impl
Diffstat (limited to 'src/client/views/PresentationView.tsx')
| -rw-r--r-- | src/client/views/PresentationView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/PresentationView.tsx b/src/client/views/PresentationView.tsx index b0c93ee26..d2d41a4ba 100644 --- a/src/client/views/PresentationView.tsx +++ b/src/client/views/PresentationView.tsx @@ -18,7 +18,6 @@ interface PresListProps extends PresViewProps { gotoDocument(index: number): void; } - @observer /** * Component that takes in a document prop and a boolean whether it's collapsed or not. |
