Versions
Method to return the XPath of the DOM element where a Comment was added.
Introducing the getElementRefByAnnotationId() method that returns the XPath of the DOM element where the specified comment was added.Method to scroll the page to a specific Comment
Added the scrollToCommentByAnnotationId() method that scrolls the page to the specified element where the comment was added. This functionality is contingent upon the presence of the element in the DOM.Live selection style configuration
Added the ability to customize the styling of Live Selection by passing a style object to thedata-live-selection-config
attribute.