Skip to content

Commit 940e33b

Browse files
authoredMar 3, 2024··
Merge pull request #315 from bouceka/bug/309
fix: rename updated image type
2 parents 590c8bb + d1b21d6 commit 940e33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
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)
Please sign in to comment.