diff options
author | bobzel <zzzman@gmail.com> | 2020-08-04 15:51:10 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-04 15:51:10 -0400 |
commit | 7d296bf47dd373c5cb74eecda149ba1aa608acbc (patch) | |
tree | 9c0c0f92d295a4a6b517762aa10ad90f2cb9a375 /src/client/views/DocComponent.tsx | |
parent | 982f66c87ed30ee179d6ec5ada10a4ccaab0522e (diff) |
clean up labelBox
Diffstat (limited to 'src/client/views/DocComponent.tsx')
-rw-r--r-- | src/client/views/DocComponent.tsx | 1 |
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())); - } } } |