@syncfusion/ej2-richtexteditor 20.1.60 → 20.1.61

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.
@@ -15864,7 +15864,7 @@ var MsWordPaste = /** @__PURE__ @class */ (function () {
15864
15864
  this.checkVShape(elm);
15865
15865
  var imgElem = elm.querySelectorAll('img');
15866
15866
  for (var i = 0; i < imgElem.length; i++) {
15867
- if (!isNullOrUndefined(imgElem[i].getAttribute('v:shapes')) && imgElem[i].getAttribute('v:shapes').indexOf('Picture') < 0) {
15867
+ if (!isNullOrUndefined(imgElem[i].getAttribute('v:shapes')) && imgElem[i].getAttribute('v:shapes').indexOf('Picture') < 0 && imgElem[i].getAttribute('v:shapes').indexOf('Image') < 0) {
15868
15868
  detach(imgElem[i]);
15869
15869
  }
15870
15870
  }