diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-08-19 23:53:05 +0800 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-08-19 23:53:05 +0800 |
| commit | 084025582325b662a442538dde911b58920a8d8b (patch) | |
| tree | 4603fb7119aa34c5e7dc54cc6c925888e90b3ecb /src/client/views/DocComponent.tsx | |
| parent | d3a28452843dbbb94b79d3d9617076c7327fbfb9 (diff) | |
| parent | e374eb7c6ef542cc27c10e8d56b10f3a49a7e7e3 (diff) | |
Merge branch 'master' into presentation_updates
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; } |
