mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 15:18:47 +08:00
Refactor: exportJSON (#6983)
This commit is contained in:
@ -60,7 +60,6 @@ export class EmojiNode extends TextNode {
|
||||
exportJSON(): SerializedEmojiNode {
|
||||
return {
|
||||
...super.exportJSON(),
|
||||
type: 'emoji',
|
||||
unifiedID: this.__unifiedID,
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user