diff options
| author | bob <bcz@cs.brown.edu> | 2019-12-18 17:52:27 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-12-18 17:52:27 -0500 |
| commit | 8ada1b069d4183fb85d19c67a151cad186625f26 (patch) | |
| tree | 1f2cc29d621ea1e59382d0a547232c09ccb4fcc3 /src/client/views/collections/CollectionStackingView.tsx | |
| parent | 1b0a2af4e85ee38ff02c3d0e99179826173e0da4 (diff) | |
fixes to fieldKey searces within layoutstrings to use ' instead of "
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index 6a23920f3..75cf213b7 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -171,7 +171,7 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) { DataDocument={dataDoc} LibraryPath={this.props.LibraryPath} showOverlays={this.overlays} - renderDepth={this.props.renderDepth} + renderDepth={this.props.renderDepth + 1} ruleProvider={this.props.Document.isRuleProvider && layoutDoc.type !== DocumentType.TEXT ? this.props.Document : this.props.ruleProvider} fitToBox={this.props.fitToBox} onClick={layoutDoc.isTemplateDoc ? this.onClickHandler : this.onChildClickHandler} |
