diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-02-24 17:03:19 -0500 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-02-24 17:03:19 -0500 |
| commit | 93c5e7c323113bf8beeb6207ba22fbbb4ab71796 (patch) | |
| tree | bc92f0b418a5f3e650eeeab1f0e971e318879418 /src/client/views/collections/CollectionView.tsx | |
| parent | b119b7d4b38c3eada66e4ac49f1d65dfae6b22c0 (diff) | |
Fixed stuff from the merge
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index 90080ab43..7f1390ae2 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -28,7 +28,7 @@ export class CollectionView extends React.Component<CollectionViewProps> { public static LayoutString(fieldKey: string = "DataKey") { return `<CollectionView Document={Document} - ScreenToLocalTransform={ScreenToLocalTransform} fieldKey={${fieldKey}} isSelected={isSelected} select={select} bindings={bindings} + ScreenToLocalTransform={ScreenToLocalTransform} fieldKey={${fieldKey}} isSelected={isSelected} select={select} bindings={bindings} documentSize={documentSize} isTopMost={isTopMost} BackgroundView={BackgroundView} />`; } public active = () => { |
