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