Skip to content

Commit

Permalink
Fix type in equation node return
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Aug 16, 2022
1 parent db06a8d commit d464261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/EquationNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class EquationNode extends DecoratorNode<JSX.Element> {
return {
equation: this.getEquation(),
inline: this.__inline,
type: 'emoji',
type: 'equation',
version: 1,
};
}
Expand Down

0 comments on commit d464261

Please sign in to comment.