aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-12-03 19:44:25 -0500
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-12-03 19:44:25 -0500
commitaf94458be6620ae8a05730f17ee3fc4ec403cf09 (patch)
tree43ef3dabb13c4fe693a1e70799744f747c84eba3 /src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.tsx
parentd2eef0d1341c475a8cb753efeb31b270714e76ec (diff)
bunch of changes related to rendering changes to template docs; trying to make it so docs don't need to rerender every time, and so that all attributes are accounted for.
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.tsx')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.tsx
index 2324006f7..5ff809170 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.tsx
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.tsx
@@ -1027,10 +1027,6 @@ export class DocCreatorMenu extends ObservableReactComponent<FieldViewProps> {
}
}
- // doc = () => {
- // return Docs.Create.FreeformDocument([], { _height: 200, _width: 200, title: 'title'});
- // }
-
screenToLocalTransform = () => this._props.ScreenToLocalTransform();
applyLayout = (collection: Doc, docs: Doc[]) => {