UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

8 lines (7 loc) 325 B
import { CommentElementDestination } from './comment-element-destination'; export class CommentStartElementDestination extends CommentElementDestination { assignCommentPosition(comment) { if (comment.start == -1) comment.start = this.data.subDocumentInfo.positionImporter.currPosition; } }