inception
inception copied to clipboard
#4668 - Rejecting predictions using HTML (Apache Annotator)
What's in the PR
- Try introducing a double-click detection - however, doesn't work properly at the moment
How to test manually
- Double-click on a non-overlapping recommendation to reject it - currently doesn't work because it is detected as a text-selection and then triggers annotation creation
- Double-click on the label before an annotation - currently doesn't work because it is detected as a text-selection and then triggers annotation creation
- Click on a recommendation that overlaps with some other annotation - that opens the selector popup - then doubleclick on the recommendation in the selector - that works, but it's quite odd
Automatic testing
- [ ] PR includes unit tests
Documentation
- [ ] PR updates documentation