Skip to content

Commit

Permalink
Fixed shifted annotation offsets after reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Oct 17, 2024
1 parent 1a3f793 commit 69be7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/text-annotator/test/model/w3c/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export const textAnnotation: W3CTextAnnotation = {
},
{
type: 'TextPositionSelector',
start: 986,
end: 998
start: 958,
end: 970
},
]
}
Expand Down

0 comments on commit 69be7ea

Please sign in to comment.