diff --git a/packages/text-annotator/src/SelectionHandler.ts b/packages/text-annotator/src/SelectionHandler.ts index ce31b82b..510932bd 100644 --- a/packages/text-annotator/src/SelectionHandler.ts +++ b/packages/text-annotator/src/SelectionHandler.ts @@ -320,7 +320,7 @@ export const SelectionHandler = ( const { target: { updated: existingTargetUpdated } } = existingAnnotation; const { updated: currentTargetUpdated } = currentTarget; if ( - !existingAnnotation || + !existingTargetUpdated || !currentTargetUpdated || existingTargetUpdated < currentTargetUpdated ) {