recogito / text-annotator-js

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

Fixed popup content props usage #146

Closed oleksandr-danylchenko closed 2 months ago

oleksandr-danylchenko commented 2 months ago

Issue

In https://github.com/recogito/text-annotator-js/commit/7fafa46a8c3522753c9cace1027c4f02369d9a32 the interface of the TextAnnotatorPopup content props got updated in correspondence to the image popup. However, the test files were not updated along and it led to the exceptions when you try running the text-annotator-react examples on main.

oleksandr-danylchenko commented 2 months ago

I also noticed that the popup is displayed below the highlights. I suppose that's a regression from the https://github.com/recogito/text-annotator-js/pull/138 that missed somehow 🤔 image

rsimon commented 2 months ago

Thanks!