Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Feb 22, 2024
1 parent 1445d36 commit 5e82bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/annotations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 5e82bc4

Please sign in to comment.