Skip to content

Commit

Permalink
Merge pull request #315 from bouceka/bug/309
Browse files Browse the repository at this point in the history
fix: rename updated image type
  • Loading branch information
andrewdoro committed Mar 3, 2024
2 parents 590c8bb + d1b21d6 commit 940e33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/headless/src/extensions/updated-image.ts
@@ -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 940e33b

Please sign in to comment.