diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-03 20:23:15 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-03 20:23:15 -0400 |
commit | adabfbea2b034beb310530aef9cc8b206e260b67 (patch) | |
tree | 7cae910fcb760ddfa5b8a580e0bfb50ca248a5ca /src/client/views/nodes/DocumentBox.tsx | |
parent | 5414cc78dfb650954c9b6fef8115a5945ea8d6a6 (diff) |
added rootSelected() to make forceActive work better
Diffstat (limited to 'src/client/views/nodes/DocumentBox.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentBox.tsx b/src/client/views/nodes/DocumentBox.tsx index debe104d7..47118e758 100644 --- a/src/client/views/nodes/DocumentBox.tsx +++ b/src/client/views/nodes/DocumentBox.tsx @@ -122,6 +122,7 @@ export class DocumentBox extends DocAnnotatableComponent<FieldViewProps, DocBoxS CollectionView={this as any} // bcz: hack! need to pass a prop that can be used to select the container (ie, 'this') when the up selector in document decorations is clicked. currently, the up selector allows only a containing collection to be selected fitToBox={this.props.fitToBox} layoutKey={"layout_" + childTemplateName} + rootSelected={this.props.isSelected} addDocument={this.props.addDocument} moveDocument={this.props.moveDocument} removeDocument={this.props.removeDocument} |