@fileverse-dev/fortune-core 1.2.96-scroll-1 → 1.2.96-scroll-2

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.
@@ -435,4 +435,5 @@ export function updateInlineStringFormat(ctx, attr, value, cellInput) {
435
435
  }
436
436
  }
437
437
  }
438
+ ctx.luckysheetCellUpdate = [];
438
439
  }
@@ -450,4 +450,5 @@ function updateInlineStringFormat(ctx, attr, value, cellInput) {
450
450
  }
451
451
  }
452
452
  }
453
+ ctx.luckysheetCellUpdate = [];
453
454
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.2.96-scroll-1",
3
+ "version": "1.2.96-scroll-2",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",