diff options
author | bobzel <zzzman@gmail.com> | 2024-05-08 21:03:08 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-05-08 21:03:08 -0400 |
commit | b858bd3cad81da41e63b9f8e807e41421ca4aa34 (patch) | |
tree | 99355f0595194e136494d50c527c859209935191 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | b8907e69160d97d919fcd83eb86d60e3634205ca (diff) |
lots of api cleanup and cycle removal
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index 685a5aca4..62c4cc61a 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -296,9 +296,9 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF <div style={{ position: 'absolute', width: this.PanelWidth(), height: this.PanelHeight(), background: 'lightGreen' }} /> ) : ( <DocumentView - parent={this} // eslint-disable-next-line react/jsx-props-no-spreading {...OmitKeys(this._props,this.WrapperKeys.map(val => val.lower)).omit} // prettier-ignore + parent={this} DataTransition={this.DataTransition} LocalRotation={this.localRotation} CollectionFreeFormDocumentView={this.returnThis} |