Skip to content

Commit 02a2695

Browse files
committed
Merge amsik#213
1 parent fd51049 commit 02a2695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/Node.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ export default class Node {
697697

698698
toJSON () {
699699
return {
700+
id: this.id,
700701
text: this.text,
701702
data: this.data,
702703
state: this.states,

0 commit comments

Comments
 (0)