aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ContentFittingDocumentView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2020-01-28 12:08:01 -0500
committerbob <bcz@cs.brown.edu>2020-01-28 12:08:01 -0500
commit30b0762dbce03e314fafd228d457e841be4ec857 (patch)
tree4e8e41672fe1c479fa9c3c95ad1b8ef853673b74 /src/client/views/nodes/ContentFittingDocumentView.tsx
parent267bab4c2935841e6e94c63b982af9901ad89cbc (diff)
template rendering fixes for stacking view.
Diffstat (limited to 'src/client/views/nodes/ContentFittingDocumentView.tsx')
-rw-r--r--src/client/views/nodes/ContentFittingDocumentView.tsx2
1 files changed, 0 insertions, 2 deletions
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<ContentFittingDo
LibraryPath={this.props.LibraryPath}
fitToBox={this.props.fitToBox}
onClick={this.props.onClick}
- showOverlays={this.props.showOverlays}
addDocument={this.props.addDocument}
removeDocument={this.props.removeDocument}
moveDocument={this.props.moveDocument}