Refactor: exportJSON (#6983)

This commit is contained in:
Germán Jabloñski
2024-12-23 05:19:27 -03:00
committed by GitHub
parent e0dafb8df7
commit 619003383d
51 changed files with 22 additions and 259 deletions

View File

@ -60,7 +60,6 @@ export class EmojiNode extends TextNode {
exportJSON(): SerializedEmojiNode {
return {
...super.exportJSON(),
type: 'emoji',
unifiedID: this.__unifiedID,
};
}