Skip to content

Commit 746d467

Browse files
committed
chore: fix lint
1 parent 32a03fa commit 746d467

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/lector/src/hooks/useAnnotationTooltip.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,6 @@ interface UseAnnotationTooltipReturn {
2929
getReferenceProps: ReturnType<typeof useInteractions>["getReferenceProps"];
3030
}
3131

32-
const defaultRect = {
33-
width: 0,
34-
height: 0,
35-
x: 0,
36-
y: 0,
37-
top: 0,
38-
right: 0,
39-
bottom: 0,
40-
left: 0,
41-
};
42-
4332
export const useAnnotationTooltip = ({
4433
annotation,
4534
onOpenChange,

0 commit comments

Comments
 (0)