Skip to content

Commit 69be7ea

Browse files
committed
Fixed shifted annotation offsets after reformatting
1 parent 1a3f793 commit 69be7ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/text-annotator/test/model/w3c/fixtures.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export const textAnnotation: W3CTextAnnotation = {
2828
},
2929
{
3030
type: 'TextPositionSelector',
31-
start: 986,
32-
end: 998
31+
start: 958,
32+
end: 970
3333
},
3434
]
3535
}

0 commit comments

Comments
 (0)