@ecodev/natural-editor 47.3.2 → 47.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -428,9 +428,9 @@ function tableNodes(options) {
428
428
  }
429
429
 
430
430
  const basicNodes = {
431
- heading: nodes.heading,
432
431
  doc: nodes.doc,
433
432
  paragraph: nodes.paragraph,
433
+ heading: nodes.heading,
434
434
  text: nodes.text,
435
435
  hard_break: nodes.hard_break,
436
436
  };