Hi, Im playing with the annotator, and found out that you can't select text in an arbitrary place. Selection should be strictly within specified DOM element (selectable) Why this limitation exists and will it be removed in the future? Our target now is to be able to select text in any place in the document body, as I understand this is impossible now?
Now I get this error in browser console when trying to do so: index.js:69 Uncaught (in promise) Error: Context not equal to range's container; not implemented. Thanks, Vladimir