@tiptap/core 2.0.0-beta.207 → 2.0.0-beta.208
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/tiptap-core.cjs +1 -1
- package/dist/tiptap-core.cjs.map +1 -1
- package/dist/tiptap-core.esm.js +1 -1
- package/dist/tiptap-core.esm.js.map +1 -1
- package/dist/tiptap-core.umd.js +1 -1
- package/dist/tiptap-core.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/helpers/generateText.ts +1 -1
package/dist/tiptap-core.cjs
CHANGED
|
@@ -2088,8 +2088,8 @@ function generateText(doc, extensions, options) {
|
|
|
2088
2088
|
return getText(contentNode, {
|
|
2089
2089
|
blockSeparator,
|
|
2090
2090
|
textSerializers: {
|
|
2091
|
-
...textSerializers,
|
|
2092
2091
|
...getTextSerializersFromSchema(schema),
|
|
2092
|
+
...textSerializers,
|
|
2093
2093
|
},
|
|
2094
2094
|
});
|
|
2095
2095
|
}
|