@lobehub/editor 1.21.2 → 1.21.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.
@@ -182,7 +182,8 @@ export var ListPlugin = (_class = /*#__PURE__*/function (_KernelPlugin) {
182
182
  version: 1
183
183
  });
184
184
  }
185
- throw new Error('ListItem node children must be paragraph or list node ' + v.type);
185
+ // keep node unchanged
186
+ return v;
186
187
  });
187
188
  });
188
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/editor",
3
- "version": "1.21.2",
3
+ "version": "1.21.3",
4
4
  "description": "A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.",
5
5
  "keywords": [
6
6
  "lobehub",