Skip to content

Commit

Permalink
Merge branch 'recogito#136-fix-not-dismisssed-annotation-on-native-ra…
Browse files Browse the repository at this point in the history
…nge-click' into staging

# Conflicts:
#	packages/text-annotator/src/SelectionHandler.ts
  • Loading branch information
oleksandr-danylchenko committed Sep 2, 2024
2 parents 32e522b + 3444946 commit d559acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/text-annotator/src/SelectionHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const createSelectionHandler = (
selection.userSelect(currentTarget.annotation, evt);
}
});
};
}

document.addEventListener('pointerdown', onPointerDown);
document.addEventListener('pointerup', onPointerUp);
Expand Down

0 comments on commit d559acc

Please sign in to comment.