diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-16 21:28:28 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-16 21:28:28 -0500 |
| commit | f0cff850172c888f6b5b661176fcd921c11cd6a9 (patch) | |
| tree | 6076be66b9f6a345d6044b71eb975b7823f3a96b /src/client/views/collections/CollectionViewBase.tsx | |
| parent | 7be7414daf07be174ee6febd52e6dcf9088928f4 (diff) | |
| parent | 3f98d6ec6050e7faa15179871f0d9669c1188a78 (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into transforms
Diffstat (limited to 'src/client/views/collections/CollectionViewBase.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionViewBase.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionViewBase.tsx b/src/client/views/collections/CollectionViewBase.tsx index 2c950c8ae..aae85b3f9 100644 --- a/src/client/views/collections/CollectionViewBase.tsx +++ b/src/client/views/collections/CollectionViewBase.tsx @@ -22,7 +22,7 @@ export interface CollectionViewProps { isTopMost: boolean; select: (ctrlPressed: boolean) => void; BackgroundView: Opt<DocumentView>; - Scaling: number; + ParentScaling: number; } export const COLLECTION_BORDER_WIDTH = 2; |
