aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/SidebarAnnos.tsx
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2022-07-06 13:40:45 -0700
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2022-07-06 13:40:45 -0700
commitb476f81fbb7b7af32fdcc2fdd9fd1e2e2fc34014 (patch)
tree338610d3f33657b0ea940d3ca7fd77a66c573be2 /src/client/views/SidebarAnnos.tsx
parent5fa4c9f833f7aec92b1d6ab4c30c7cc5b753c80e (diff)
parent0906eab4135db844dc45a20d33f84e7439461c9b (diff)
Merge branch 'master' into geireann-eslint-prettier
Diffstat (limited to 'src/client/views/SidebarAnnos.tsx')
-rw-r--r--src/client/views/SidebarAnnos.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/SidebarAnnos.tsx b/src/client/views/SidebarAnnos.tsx
index 9e939aa19..8f73ac2c3 100644
--- a/src/client/views/SidebarAnnos.tsx
+++ b/src/client/views/SidebarAnnos.tsx
@@ -137,6 +137,7 @@ export class SidebarAnnos extends React.Component<FieldViewProps & ExtraProps> {
select={emptyFunction}
scaling={returnOne}
childShowTitle={this.showTitle}
+ childDocumentsActive={this.props.isContentActive}
whenChildContentsActiveChanged={this.props.whenChildContentsActiveChanged}
childHideDecorationTitle={returnTrue}
removeDocument={this.removeDocument}