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
commit81b5269e4e934523a6dd69cf066f3e6c4e58019f (patch)
tree207ac9ef2214283efa7b04133c30d6a1179bff21 /src/client/views/collections/CollectionFreeFormView.tsx
parent3e02f7c7efe0b07ab1e34165e6d8d369f69110b0 (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>