Skip to content
Snippets Groups Projects
Commit 9af3ba38 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: cannot add new annotations

parent dd4707ac
No related branches found
No related tags found
No related merge requests found
......@@ -377,6 +377,7 @@ export class ModularUserAnnotationToolService implements OnDestroy{
const annRef = localAnnotations.references.get(annId)
if (annRef) {
localAnnotations.delete(annRef)
localAnnotations.references.delete(annId)
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment