aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-06-19 20:30:12 -0400
committerbobzel <zzzman@gmail.com>2023-06-19 20:30:12 -0400
commit1bc15f9b408d35639cea37ea1c29e7cdbd326301 (patch)
treebf16dacd6ee1d09cf98b48abc94f6555f37f3868 /src/client/views/nodes/trails
parentc080f6aa2abd0539e61486032c3483a1108b9e14 (diff)
fixed not adding key value panes to header bar
Diffstat (limited to 'src/client/views/nodes/trails')
-rw-r--r--src/client/views/nodes/trails/PresBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/trails/PresBox.tsx b/src/client/views/nodes/trails/PresBox.tsx
index 1e622e9ff..4f7d2e1c1 100644
--- a/src/client/views/nodes/trails/PresBox.tsx
+++ b/src/client/views/nodes/trails/PresBox.tsx
@@ -303,7 +303,7 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps>() {
targetView.docView._animateScalingTo = 1.2;
targetView.docView._animateScaleTime = 400;
Doc.AddUnHighlightWatcher(() => {
- targetView.docView._animateScaleTime = undefined;
+ targetView.docView!._animateScaleTime = undefined;
targetView!.docView!._animateScalingTo = 0;
});
}