@syncfusion/ej2-richtexteditor 19.4.55 → 19.4.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12307,7 +12307,7 @@ var InsertHtml = /** @__PURE__ @class */ (function () {
12307
12307
  var currentNode = nodes[nodes.length - 1];
12308
12308
  var splitedElm = void 0;
12309
12309
  if ((currentNode.nodeName === 'BR' || currentNode.nodeName === 'HR') && !isNullOrUndefined(currentNode.parentElement) &&
12310
- currentNode.parentElement.textContent.trim().length === 0 && (currentNode.parentElement === editNode || !node.classList.contains('pasteContent'))) {
12310
+ currentNode.parentElement.textContent.trim().length === 0) {
12311
12311
  splitedElm = currentNode;
12312
12312
  }
12313
12313
  else {