@fileverse-dev/fortune-core 1.2.96-scroll-2 → 1.2.96-scroll-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.
@@ -229,6 +229,7 @@ export function updateFormat(ctx, $input, d, attr, foucsStatus, canvas) {
229
229
  col_st = _b[0],
230
230
  col_ed = _b[1];
231
231
  updateFormatCell(ctx, d, attr, foucsStatus, row_st, row_ed, col_st, col_ed, canvas);
232
+ ctx.luckysheetCellUpdate = [];
232
233
  });
233
234
  }
234
235
  function toggleAttr(ctx, cellInput, attr) {
@@ -262,6 +262,7 @@ function updateFormat(ctx, $input, d, attr, foucsStatus, canvas) {
262
262
  col_st = _b[0],
263
263
  col_ed = _b[1];
264
264
  updateFormatCell(ctx, d, attr, foucsStatus, row_st, row_ed, col_st, col_ed, canvas);
265
+ ctx.luckysheetCellUpdate = [];
265
266
  });
266
267
  }
267
268
  function toggleAttr(ctx, cellInput, attr) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.2.96-scroll-2",
3
+ "version": "1.2.96-scroll-3",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",