diff options
author | Melissa Zhang <mzhang19096@gmail.com> | 2020-08-17 14:55:53 -0700 |
---|---|---|
committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-08-17 14:55:53 -0700 |
commit | bd827b97c719abeadf243ba4f8b2ba417badb65b (patch) | |
tree | a573c994c831f23978e32476724012a60b4020bc /src/client/views/DocComponent.tsx | |
parent | 681460e3ef16cd6031447108d62a4d160eb3266f (diff) | |
parent | 39e49bbb6943a546123765f8969ea4f054157ae5 (diff) |
merge with master
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 8c8bb6fde..23ce71c4f 100644 --- a/src/client/views/DocComponent.tsx +++ b/src/client/views/DocComponent.tsx @@ -135,7 +135,6 @@ export function ViewBoxAnnotatableComponent<P extends ViewBoxAnnotatableProps, T toRemove.forEach(doc => { Doc.RemoveDocFromList(targetDataDoc, this.props.fieldKey + "-annotations", doc); recent && Doc.AddDocToList(recent, "data", doc, undefined, true, true); - doc.deleted = true; }); return true; } |