Skip to content

Commit d1b21d6

Browse files
committed
fix: rename updated image type
1 parent 590c8bb commit d1b21d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/headless/src/extensions/updated-image.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Image from "@tiptap/extension-image";
22

33
const UpdatedImage = Image.extend({
4-
name: "updated-image",
4+
name: "image",
55
addAttributes() {
66
return {
77
...this.parent?.(),

0 commit comments

Comments
 (0)