Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Sep 9, 2024
1 parent 0db9136 commit 7a6b6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/text-annotator-react/test/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const TestPopup = (props: TextAnnotationPopupContentProps) => {
};

const onClick = () => {
store.addBody(body);
store!.addBody(body);
anno.cancelSelected();
};

Expand Down

0 comments on commit 7a6b6ab

Please sign in to comment.