diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-08 00:18:24 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-08 00:18:24 -0500 |
| commit | f35b1058c9439a9d6a0fd0fea7df96de900d9a28 (patch) | |
| tree | db7560f5de6109f164d79e68d62940ff51026990 /src/client/views | |
| parent | 9a2221a65c56841a9d9cba57a1b260999a5f9f4d (diff) | |
| parent | 47e3170534393ab9e4140c18b32110f83753d817 (diff) | |
merge
Diffstat (limited to 'src/client/views')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PropertiesView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.tsx b/src/client/views/collections/collectionFreeForm/PropertiesView.tsx index 487adf950..b1c3d3dc5 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.tsx +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.tsx @@ -248,7 +248,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { } @observable transform: Transform = Transform.Identity(); - getTransform = () => { return this.transform; } + getTransform = () => this.transform; propertiesDocViewRef = (ref: HTMLDivElement) => { const observer = new _global.ResizeObserver(action((entries: any) => { const cliRect = ref.getBoundingClientRect(); |
