@tiptap/core 2.0.0-beta.183 → 2.0.0-beta.194

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.
@@ -4151,7 +4151,7 @@ img.ProseMirror-separator {
4151
4151
  if (match.input) {
4152
4152
  chain()
4153
4153
  .deleteRange(range)
4154
- .insertContent({
4154
+ .insertContentAt(range.from, {
4155
4155
  type: config.type.name,
4156
4156
  attrs: attributes,
4157
4157
  });