diff options
| author | bob <bcz@cs.brown.edu> | 2019-02-20 17:29:53 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-02-20 17:29:53 -0500 |
| commit | 81b5269e4e934523a6dd69cf066f3e6c4e58019f (patch) | |
| tree | 207ac9ef2214283efa7b04133c30d6a1179bff21 /src/client/views/collections/CollectionFreeFormView.tsx | |
| parent | 3e02f7c7efe0b07ab1e34165e6d8d369f69110b0 (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.tsx | 1 |
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> |
