Skip to content

Commit

Permalink
Merge pull request #10 from nofurtherinformation/equation-serializati…
Browse files Browse the repository at this point in the history
…on-fix

Fix for Equation Node Serialization
  • Loading branch information
ozanyurtsever authored Aug 18, 2022
2 parents db06a8d + d464261 commit 0b91dc0
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 0b91dc0

Please sign in to comment.