diff options
author | bobzel <zzzman@gmail.com> | 2022-08-03 09:01:29 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-08-03 09:01:29 -0400 |
commit | 9c26b676be062f9bd0f1ab66f8ba40fc9ec85d42 (patch) | |
tree | ba6f48f871ddc356fdf7fd51ce2465c6d9f80c69 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | c1cd00c7664df694b867f4989a1f61d959390742 (diff) | |
parent | 85dade366a9517796d1d80cee2be022d5cacdc93 (diff) |
Merge branch 'master' into parker
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index bedc97575..284584a3d 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -170,6 +170,7 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF width: this.panelWidth(), height: this.panelHeight(), transform: this.transform, + transformOrigin: '50% 50%', transition: this.dataProvider?.transition ?? (this.props.dataTransition ? this.props.dataTransition : this.dataProvider ? this.dataProvider.transition : StrCast(this.layoutDoc.dataTransition)), zIndex: this.ZInd, mixBlendMode: mixBlendMode, |