We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
existingTargetUpdated
1 parent 7eb3603 commit e9fbea8Copy full SHA for e9fbea8
packages/text-annotator/src/SelectionHandler.ts
@@ -320,7 +320,7 @@ export const SelectionHandler = (
320
const { target: { updated: existingTargetUpdated } } = existingAnnotation;
321
const { updated: currentTargetUpdated } = currentTarget;
322
if (
323
- !existingAnnotation ||
+ !existingTargetUpdated ||
324
!currentTargetUpdated ||
325
existingTargetUpdated < currentTargetUpdated
326
) {
0 commit comments