diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-15 08:31:35 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-15 08:31:35 -0400 |
| commit | 19990a3edb29cb1a8ce09659db1a51cd36cbb4ad (patch) | |
| tree | 625e945d86bcc94b83f7d621480a63364ba9fd70 /src/client/views/collections/collectionFreeForm | |
| parent | b47af2c9b25a3e2435fd43dd68c4542667f50769 (diff) | |
cleanup
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 22448c25c..71b0557c1 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -319,11 +319,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection focus = (anchor: Doc, options: FocusViewOptions) => { // incorporate the easefunc here - if (options.easeFunc) { - this.setPresEaseFunc(options.easeFunc); - console.log('Ease func', options.easeFunc); - } - + if (options.easeFunc) this.setPresEaseFunc(options.easeFunc); if (this._lightboxDoc) return; if (anchor === this.Document) { // if (options.willZoomCentered && options.zoomScale) { |
