@fileverse-dev/fortune-core 1.2.96-scroll-1 → 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.
@@ -435,4 +435,5 @@ export function updateInlineStringFormat(ctx, attr, value, cellInput) {
435
435
  }
436
436
  }
437
437
  }
438
+ ctx.luckysheetCellUpdate = [];
438
439
  }
@@ -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) {
@@ -450,4 +450,5 @@ function updateInlineStringFormat(ctx, attr, value, cellInput) {
450
450
  }
451
451
  }
452
452
  }
453
+ ctx.luckysheetCellUpdate = [];
453
454
  }
@@ -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-1",
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",