diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-13 14:18:55 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-13 14:18:55 -0400 |
| commit | 233893698083cbcfcf39ddad8b57049aeb1ba842 (patch) | |
| tree | e5ee00451ea12c8408638dcdb71acf4268f25c55 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | f508d5987e91e8297258905d8e8c9dfc405c50e9 (diff) | |
refactored how ruleProvider's work. overloaded custom template for creating metadata fields
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index fb8b0c41b..166fa0811 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -631,6 +631,7 @@ export class DockedFrameRenderer extends React.Component<DockedFrameProps> { bringToFront={emptyFunction} addDocument={undefined} removeDocument={undefined} + ruleProvider={undefined} ContentScaling={this.contentScaling} PanelWidth={this.panelWidth} PanelHeight={this.panelHeight} |
