diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-20 17:46:56 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-20 17:46:56 -0400 |
| commit | e495d4e32402384dbf7bb72945e83c912fce892b (patch) | |
| tree | e063f397de53788a969bce5196d2c14d7bf14eff /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 46a2a9e1f10b63feeb21a1e186daeaef2ccbcda4 (diff) | |
first shot at templates...
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 69b9e77eb..9a25e090c 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -492,7 +492,9 @@ export class DockedFrameRenderer extends React.Component<DockedFrameProps> { return ( <div className="collectionDockingView-content" ref={this._mainCont} style={{ transform: `translate(${this.previewPanelCenteringOffset}px, 0px) scale(${this.scaleToFitMultiplier}, ${this.scaleToFitMultiplier})` }}> - <DocumentView key={this._document[Id]} Document={this._document} + <DocumentView key={this._document[Id]} + Document={this._document} + DataDoc={this._document} bringToFront={emptyFunction} addDocument={undefined} removeDocument={undefined} |
