@halo-dev/richtext-editor 0.0.0-alpha.18-1 → 0.0.0-alpha.18-2

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.
@@ -39558,7 +39558,7 @@ img.ProseMirror-separator {
39558
39558
  parseHTML() {
39559
39559
  return [
39560
39560
  {
39561
- tag: "img[src]"
39561
+ tag: this.options.allowBase64 ? "img[src]" : 'img[src]:not([src^="data:"])'
39562
39562
  }
39563
39563
  ];
39564
39564
  }