From 30b0762dbce03e314fafd228d457e841be4ec857 Mon Sep 17 00:00:00 2001 From: bob Date: Tue, 28 Jan 2020 12:08:01 -0500 Subject: template rendering fixes for stacking view. --- src/client/views/collections/CollectionTreeView.tsx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/client/views/collections/CollectionTreeView.tsx') diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index a54449638..6927f2856 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -323,8 +323,6 @@ class TreeView extends React.Component { return rows; } - noOverlays = (doc: Doc) => ({ title: "", caption: "" }); - @computed get renderContent() { const expandKey = this.treeViewExpandedView === this.fieldKey ? this.fieldKey : this.treeViewExpandedView === "links" ? "links" : undefined; if (expandKey !== undefined) { @@ -351,7 +349,6 @@ class TreeView extends React.Component { DataDocument={this.templateDataDoc} LibraryPath={emptyPath} renderDepth={this.props.renderDepth + 1} - showOverlays={this.noOverlays} fitToBox={this.boundsOfCollectionDocument !== undefined} PanelWidth={this.docWidth} PanelHeight={this.docHeight} -- cgit v1.2.3-70-g09d2