diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-06-14 18:24:01 -0400 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-06-14 18:24:01 -0400 |
| commit | 218c8b6476621ef0ffe151014f77bb1d506705a3 (patch) | |
| tree | 32685d7033cfed5cb9c539e327f8ec964482c680 /src/client/views/collections/CollectionStackingView.tsx | |
| parent | 19d5016acc3ff058a9665babb202e945c1fac766 (diff) | |
Zooming added to presentation, and done
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index da7ea50c6..e1453c658 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -146,6 +146,8 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) { bringToFront={emptyFunction} whenActiveChanged={this.props.whenActiveChanged} collapseToPoint={this.collapseToPoint} + zoomToScale={emptyFunction} + getScale={returnOne} /> </div>); }) |
