@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.
- package/es/modules/toolbar.js +1 -0
- package/lib/modules/toolbar.js +1 -0
- package/package.json +1 -1
package/es/modules/toolbar.js
CHANGED
|
@@ -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) {
|
package/lib/modules/toolbar.js
CHANGED
|
@@ -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) {
|