aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocComponent.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-04 15:51:10 -0400
committerbobzel <zzzman@gmail.com>2020-08-04 15:51:10 -0400
commit7d296bf47dd373c5cb74eecda149ba1aa608acbc (patch)
tree9c0c0f92d295a4a6b517762aa10ad90f2cb9a375 /src/client/views/DocComponent.tsx
parent982f66c87ed30ee179d6ec5ada10a4ccaab0522e (diff)
clean up labelBox
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 149586c67..804c7a8d4 100644
--- a/src/client/views/DocComponent.tsx
+++ b/src/client/views/DocComponent.tsx
@@ -170,7 +170,6 @@ export function ViewBoxAnnotatableComponent<P extends ViewBoxAnnotatableProps, T
added.map(doc => doc.context = this.props.Document);
(targetDataDoc[this.annotationKey] as List<Doc>).push(...added);
targetDataDoc[this.annotationKey + "-lastModified"] = new DateField(new Date(Date.now()));
-
}
}
}