From 3f98d6ec6050e7faa15179871f0d9669c1188a78 Mon Sep 17 00:00:00 2001 From: bob Date: Wed, 13 Feb 2019 17:02:23 -0500 Subject: cool, something worked. panes resize properly now. --- src/client/views/nodes/DocumentView.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/views/nodes') diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 55c8121d3..c5270e0cd 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -15,7 +15,6 @@ import "./DocumentView.scss"; import React = require("react"); import { Transform } from "../../util/Transform"; const JsxParser = require('react-jsx-parser').default;//TODO Why does this need to be imported like this? -import { CollectionFreeFormDocumentView } from '../../views/nodes/CollectionFreeFormDocumentView'; export interface DocumentViewProps { DocumentView: Opt // needed only to set ContainingDocumentView on CollectionViewProps when invoked from JsxParser -- is there a better way? @@ -147,7 +146,6 @@ export class DocumentView extends React.Component { return { ScreenX: parentX, ScreenY: parentY }; } - render() { let bindings = { ...this.props } as any; for (const key of this.layoutKeys) { -- cgit v1.2.3-70-g09d2