aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-05-15 08:31:35 -0400
committerbobzel <zzzman@gmail.com>2024-05-15 08:31:35 -0400
commit19990a3edb29cb1a8ce09659db1a51cd36cbb4ad (patch)
tree625e945d86bcc94b83f7d621480a63364ba9fd70 /src/client/views/collections/collectionFreeForm
parentb47af2c9b25a3e2435fd43dd68c4542667f50769 (diff)
cleanup
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx6
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) {