We have added the option to enable or disable area comment in the comment element. By default area comments are enabled.
<VeltComments areaComment={false} />
<velt-comments area-comment="false"></velt-comments>
API Methods:
const commentElement = client.getCommentElement(); commentElement.enableAreaComment(); commentElement.disableAreaComment();
const commentElement = Velt.getCommentElement(); commentElement.enableAreaComment(); commentElement.disableAreaComment();
Was this page helpful?