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