recogito / text-annotator-js

A JavaScript library for text annotation.
BSD 3-Clause "New" or "Revised" License
22 stars 7 forks source link

#159 Removed annotation selection dismissal filtering by a `reason` #160

Closed oleksandr-danylchenko closed 1 month ago

oleksandr-danylchenko commented 1 month ago

Issue - https://github.com/recogito/text-annotator-js/issues/159

oleksandr-danylchenko commented 1 month ago

We still need the reason filtering, because the popup shouldn't be dismissed, or, even worse, annotation selection shouldn't get cleared on outside-click. That will lead to the race condition between the SelectionHander and FloatingUI who will cancel the selection first.