Autolab icon indicating copy to clipboard operation
Autolab copied to clipboard

Annotation closing unexpectedly

Open michellexliu opened this issue 1 year ago • 0 comments

Clicking "update annotation" on an existing annotation when another annotation is also open removes the other open annotation

image

Context

Known issue, it's because of how annotations.js liberally calls displayAnnotations() after some events (change file, cancel, update), which basically rerenders all the annotation boxes and thus closes the existing ones.

Possible Solution

We need a more targeted approach of only editing the required annotation.

michellexliu avatar Jan 29 '23 14:01 michellexliu