aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocComponent.tsx
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-5.devices.brown.edu>2022-06-02 15:33:26 -0400
committerMichael Foiani <sotech117@michaels-mbp-5.devices.brown.edu>2022-06-02 15:33:26 -0400
commit43361401c1e963408bc502bad8f53da82498ceec (patch)
tree9983d2bb633dfed8abe34e02a8d6e310fde81c97 /src/client/views/DocComponent.tsx
parente6d508b4e1cfe2e7a948bc0399dc5e0e85be8f59 (diff)
parent560d7090702c3559724420f3571b11d86c930177 (diff)
merge with presentmode
Diffstat (limited to 'src/client/views/DocComponent.tsx')
-rw-r--r--src/client/views/DocComponent.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/DocComponent.tsx b/src/client/views/DocComponent.tsx
index 9c176a4fd..82999ffb6 100644
--- a/src/client/views/DocComponent.tsx
+++ b/src/client/views/DocComponent.tsx
@@ -95,7 +95,6 @@ export interface ViewBoxAnnotatableProps {
export function ViewBoxAnnotatableComponent<P extends ViewBoxAnnotatableProps>() {
class Component extends Touchable<P> {
@observable _annotationKeySuffix = () => "annotations";
-
@observable _isAnyChildContentActive = false;
//TODO This might be pretty inefficient if doc isn't observed, because computed doesn't cache then
@computed get Document() { return this.props.Document; }