aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.tsx
diff options
context:
space:
mode:
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[]) => {