@monolith-forensics/monolith-ui 1.9.1-dev.1 → 1.9.1-dev.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.
|
@@ -2,7 +2,7 @@ import TiptapImage from "@tiptap/extension-image";
|
|
|
2
2
|
import StarterKit from "@tiptap/starter-kit";
|
|
3
3
|
import HorizontalRule from "@tiptap/extension-horizontal-rule";
|
|
4
4
|
import TextAlign from "@tiptap/extension-text-align";
|
|
5
|
-
import { Table, TableCell, TableHeader, TableRow } from "@tiptap/extension-table";
|
|
5
|
+
import { Table, TableCell, TableHeader, TableRow, } from "@tiptap/extension-table";
|
|
6
6
|
import { Focus, Placeholder } from "@tiptap/extensions";
|
|
7
7
|
import { Color } from "@tiptap/extension-color";
|
|
8
8
|
import { TextStyle } from "@tiptap/extension-text-style";
|
|
@@ -17,6 +17,8 @@ const CustomImage = TiptapImage.extend({
|
|
|
17
17
|
var _a;
|
|
18
18
|
return Object.assign(Object.assign({}, (_a = this.parent) === null || _a === void 0 ? void 0 : _a.call(this)), { "data-uuid": {
|
|
19
19
|
default: null,
|
|
20
|
+
}, crossorigin: {
|
|
21
|
+
default: "anonymous",
|
|
20
22
|
} });
|
|
21
23
|
},
|
|
22
24
|
addProseMirrorPlugins() {
|