Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ueberdosis/tiptap
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Dec 16, 2022
2 parents 10861a2 + f3f3675 commit 13d46a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/helpers/generateText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export function generateText(
return getText(contentNode, {
blockSeparator,
textSerializers: {
...textSerializers,
...getTextSerializersFromSchema(schema),
...textSerializers,
},
})
}

0 comments on commit 13d46a0

Please sign in to comment.