Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Sep 2, 2024
1 parent 992dd67 commit c6d2c9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/text-annotator/src/state/spatialTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export const createSpatialTree = (store: Store<TextAnnotation>, container: HTMLE

const insert = (target: TextAnnotationTarget) => {
const rects = toItems(target, container.getBoundingClientRect());

rects.forEach(rect => tree.insert(rect));
index.set(target.annotation, rects);
}
Expand Down

0 comments on commit c6d2c9b

Please sign in to comment.