diff options
author | bobzel <zzzman@gmail.com> | 2021-03-29 22:37:58 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-29 22:37:58 -0400 |
commit | 96fd7e51d56bdd95a9f54d61090f45cd0dd17e6a (patch) | |
tree | 42076fa7bc69bb00002773c4fc83c1fe22c1c6ff /src/client/views/nodes/ImageBox.tsx | |
parent | 589f07ea018368057fe80b136c3fd2153efe0fcb (diff) |
more progress in fixing & simplifying active/selected stuff
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 0f2e3e65d..630aa88c3 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -358,7 +358,7 @@ export class ImageBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp focus={this.props.focus} isSelected={this.props.isSelected} select={emptyFunction} - isContentActive={this.annotationsActive} + isContentActive={this.isContentActive} whenChildContentsActiveChanged={this.whenChildContentsActiveChanged}> {this.contentFunc} </CollectionFreeFormView> |