Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/image/ImageNode.tsx
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ export class ImageNode extends DecoratorNode<JSX.Element> {
__height: 'inherit' | number

static getType(): string {
return 'icage'
return 'image'
}

static clone(node: ImageNode): ImageNode {

0 comments on commit 8d8de50

Please sign in to comment.