aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-20 17:29:53 -0500
committerbob <bcz@cs.brown.edu>2019-02-20 17:29:53 -0500
commit3207b098d206f4eb1a3c0f23afdd5cf072c308fb (patch)
tree207ac9ef2214283efa7b04133c30d6a1179bff21 /src/client/views/collections/CollectionFreeFormView.tsx
parentdd4aa3e6595aba8f421aed7fdcc663c051b509a8 (diff)
working, but oh so confusing transforms for selections.
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.tsx')
-rw-r--r--src/client/views/collections/CollectionFreeFormView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx
index 54757cce5..ffd4d211f 100644
--- a/src/client/views/collections/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/CollectionFreeFormView.tsx
@@ -247,6 +247,7 @@ export class CollectionFreeFormView extends CollectionViewBase {
ScreenToLocalTransform={this.getTransform}
isTopMost={false}
Scaling={1}
+ PanelSize={[0, 0]}
ContainingCollectionView={this} />);
})}
</div>