diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-18 11:21:58 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-18 11:21:58 -0400 |
| commit | 0bd545674070fe90836912c7171642cf09e82696 (patch) | |
| tree | 3ed6f38c16976c6c74162ac470a3d92fc4507d53 /src/client/views/collections/CollectionBaseView.tsx | |
| parent | e2cc47b783338fa042cdc8391b7e41b0ec11834c (diff) | |
reenabled zoon fading. added Esc.
Diffstat (limited to 'src/client/views/collections/CollectionBaseView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionBaseView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionBaseView.tsx b/src/client/views/collections/CollectionBaseView.tsx index a8b061b04..4755b2d57 100644 --- a/src/client/views/collections/CollectionBaseView.tsx +++ b/src/client/views/collections/CollectionBaseView.tsx @@ -90,7 +90,7 @@ export class CollectionBaseView extends React.Component<CollectionViewProps> { let props = this.props; var curPage = props.Document.GetNumber(KeyStore.CurPage, -1); doc.SetOnPrototype(KeyStore.Page, new NumberField(curPage)); - if (this.isAnnotationOverlay) { + if (true || this.isAnnotationOverlay) { doc.SetNumber(KeyStore.Zoom, this.props.Document.GetNumber(KeyStore.Scale, 1)); } if (curPage >= 0) { |
