You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I move a mouse over an annotation with the UserSelectAction.NONE action applied - the hover effect with the cursor: pointer is still being shown. That's a bit confusing for the users, as they would expect the annotation to be selectable. Unfortunately, there's also no easy way to granularly override the hovered style for individual annotations that have the UserSelectAction.NONE.
Screenshots
Relations
The same issue pertains in the @recogito/text-annotator-js too! The hovered class is applied to the whole container, and it always shows the pointer. See - recogito/text-annotator-js#183