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