diff options
author | bobzel <zzzman@gmail.com> | 2020-12-14 20:49:31 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-12-14 20:49:31 -0500 |
commit | 83f4a468cb2b97908771d3f7e26e9ca283df4230 (patch) | |
tree | 03e0972e52526b38966395959b7ff06dc6a9e3ba /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 5f999d6fa4dcc8a8994a4c97f7ce6e0d66d67411 (diff) |
minor cleanup
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index 828b76d3d..305e01c93 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -144,7 +144,6 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF CollectionFreeFormDocumentView: this.returnThis, styleProvider: this.styleProvider, ScreenToLocalTransform: this.screenToLocalTransform, - ContentScaling: returnOne, PanelWidth: this.panelWidth, PanelHeight: this.panelHeight, }; |