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/nodes/ContentFittingDocumentView.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/views/nodes/ContentFittingDocumentView.tsx') diff --git a/src/client/views/nodes/ContentFittingDocumentView.tsx b/src/client/views/nodes/ContentFittingDocumentView.tsx index 4f1bbd33c..fa571426d 100644 --- a/src/client/views/nodes/ContentFittingDocumentView.tsx +++ b/src/client/views/nodes/ContentFittingDocumentView.tsx @@ -25,7 +25,6 @@ interface ContentFittingDocumentViewProps { PanelWidth: () => number; PanelHeight: () => number; focus?: (doc: Doc) => void; - showOverlays?: (doc: Doc) => { title?: string, caption?: string }; CollectionView?: CollectionView; CollectionDoc?: Doc; onClick?: ScriptField; @@ -96,7 +95,6 @@ export class ContentFittingDocumentView extends React.Component