You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
When the annotation file is regenerated, we would no longer know that this annotation was discarded. It would, thus, be added again.
Desired solution
This can be done transparently to the user: If the annotation is auto-generated, clicking on the trash icon should keep the annotation around but flag it as "deleted". When the user adds an annotation of the same type, this annotation would be fully replaced.
On import (#794) we can then check whether such a "deleted" annotation exists and keep this around if the new annotation is unchanged and autogenerated.