Skip to content

Commit

Permalink
fix: cut of image works
Browse files Browse the repository at this point in the history
Fixes #132
  • Loading branch information
petyosi committed Oct 18, 2023
1 parent ec8eca1 commit 8d8de50
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
Expand Up @@ -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 {
Expand Down

0 comments on commit 8d8de50

Please sign in to comment.