aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresElementBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-08-26 18:34:41 -0400
committerbobzel <zzzman@gmail.com>2022-08-26 18:34:41 -0400
commita4ce2913b8a15cdd4670002a4a74f1d86601348e (patch)
tree71f366f18e23771086c9fad28d7e9ed5524098f1 /src/client/views/nodes/trails/PresElementBox.tsx
parent3f5cbb9ae99b7ed33fa09c1d3cf5f27414881c00 (diff)
a bunch of mostly decorative cleanup to presBox
Diffstat (limited to 'src/client/views/nodes/trails/PresElementBox.tsx')
-rw-r--r--src/client/views/nodes/trails/PresElementBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/trails/PresElementBox.tsx b/src/client/views/nodes/trails/PresElementBox.tsx
index c78828a78..a00441ddc 100644
--- a/src/client/views/nodes/trails/PresElementBox.tsx
+++ b/src/client/views/nodes/trails/PresElementBox.tsx
@@ -50,7 +50,7 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps>() {
return this.presBox.presStatus;
}
@computed get selectedArray() {
- return this.presBoxView?._selectedArray;
+ return this.presBoxView?.selectedArray;
}
@computed get presBoxView() {
const vpath = this.props.docViewPath();