Dear Syncfusion Support Team,
it's true, the elements are gone, but this creates a new problem. Because the querySelector ('. e-rte-linkTitle') element was removed, the code from link-module in line 298 generates an error.
var linkTitle;
if (this.selfLink.parent.editorMode === 'HTML') {
linkTitle = linkEle.querySelector('.e-rte-linkTitle').value;
}
Since the element does not exist, an type error is generated. This means that no links can be inserted in the editor (which is the point and purpose).
Regards,
Ricardo