aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2024-03-07 00:55:02 -0500
committerSophie Zhang <sophie_zhang@brown.edu>2024-03-07 00:55:02 -0500
commit3bcbf32d54af121a84e86c6bd1c99575bfc99859 (patch)
treef88f1e2957ba4f9882a30aed2febf574ec4d1bff /src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx
parentb2abe62ff72fc6afd7a768b80dfb80d3ed7baa87 (diff)
feat: added dropdown for ease function
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx
index 69cbae86f..a140dd4b1 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx
@@ -40,6 +40,8 @@ export class CollectionFreeFormPannableContents extends React.Component<Collecti
);
render() {
+ console.log('transofmr', this.props.transform());
+ console.log('transition', this.props.transition);
return (
<div
className={'collectionfreeformview' + (this.props.viewDefDivClick ? '-viewDef' : '-none')}