@lvce-editor/editor-worker 5.16.0 → 5.17.0

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.
@@ -266,7 +266,7 @@ const setDeltaY$3 = (state, value) => {
266
266
 
267
267
  const splitLines$2 = lines => {
268
268
  if (!lines) {
269
- return [];
269
+ return [''];
270
270
  }
271
271
  return lines.split('\n');
272
272
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/editor-worker",
3
- "version": "5.16.0",
3
+ "version": "5.17.0",
4
4
  "description": "",
5
5
  "main": "dist/editorWorkerMain.js",
6
6
  "type": "module",