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
This feature requires a CFIRange of all currently registered highlights.
To do this, I tried to access the highlight list of rendition.annotations, but I can't access it because it is a private variable. Of course you could force access, but I don't think this is the right way to do it.
An alternative is:
When registering a highlight, remember that cfiRange, and remove it repeatedly via forEach.
Hi there,
I am working with epub-viewer and after selecting all highlighted text . I want to remove all highlighted text from highlighted tool.
How to remove all highlighted from highlighted tool?
thanks
The text was updated successfully, but these errors were encountered: