Skip to content

Commit

Permalink
#283 - Resize span
Browse files Browse the repository at this point in the history
- Add resizing functionality in brat editor
- Add undo functionality for resizing actions
  • Loading branch information
reckart committed Jan 3, 2023
1 parent 6e19942 commit befe83d
Show file tree
Hide file tree
Showing 32 changed files with 9,010 additions and 7,909 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public AnnotationFS handle(MoveSpanAnnotationRequest aRequest) throws Annotation
}

int oldBegin = request.getAnnotation().getBegin();
int oldEnd = request.getAnnotation().getBegin();
int oldEnd = request.getAnnotation().getEnd();
moveSpanAnnotation(request.getCas(), request.getAnnotation(), request.getBegin(),
request.getEnd());

Expand Down
Loading

0 comments on commit befe83d

Please sign in to comment.