diff --git a/src/ui/annotations.ts b/src/ui/annotations.ts index a0c78ec33..c799c90be 100644 --- a/src/ui/annotations.ts +++ b/src/ui/annotations.ts @@ -1850,7 +1850,7 @@ export function UserLayerWithAnnotationsMixin< const { relationships, properties } = annotationLayer.source; const sourceReadonly = annotationLayer.source.readonly; - + // Add the ID to the annotation details. const label = document.createElement("label"); label.classList.add("neuroglancer-annotation-property");