Skip to content

Commit

Permalink
fix: rename updated image type
Browse files Browse the repository at this point in the history
  • Loading branch information
bouceka committed Feb 27, 2024
1 parent 590c8bb commit d1b21d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/headless/src/extensions/updated-image.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Image from "@tiptap/extension-image";

const UpdatedImage = Image.extend({
name: "updated-image",
name: "image",
addAttributes() {
return {
...this.parent?.(),
Expand Down

0 comments on commit d1b21d6

Please sign in to comment.