@tiptap/core 2.2.0-rc.6 → 2.2.0-rc.7
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.
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/Extension.ts +1 -1
- package/src/Mark.ts +1 -1
- package/src/Node.ts +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -1138,7 +1138,7 @@
|
|
|
1138
1138
|
this.child = null;
|
|
1139
1139
|
this.config = {
|
|
1140
1140
|
name: this.name,
|
|
1141
|
-
defaultOptions:
|
|
1141
|
+
defaultOptions: undefined,
|
|
1142
1142
|
};
|
|
1143
1143
|
this.config = {
|
|
1144
1144
|
...this.config,
|
|
@@ -3941,7 +3941,7 @@ img.ProseMirror-separator {
|
|
|
3941
3941
|
this.child = null;
|
|
3942
3942
|
this.config = {
|
|
3943
3943
|
name: this.name,
|
|
3944
|
-
defaultOptions:
|
|
3944
|
+
defaultOptions: undefined,
|
|
3945
3945
|
};
|
|
3946
3946
|
this.config = {
|
|
3947
3947
|
...this.config,
|
|
@@ -4024,7 +4024,7 @@ img.ProseMirror-separator {
|
|
|
4024
4024
|
this.child = null;
|
|
4025
4025
|
this.config = {
|
|
4026
4026
|
name: this.name,
|
|
4027
|
-
defaultOptions:
|
|
4027
|
+
defaultOptions: undefined,
|
|
4028
4028
|
};
|
|
4029
4029
|
this.config = {
|
|
4030
4030
|
...this.config,
|