@univerjs/sheets-ui 0.2.10 → 0.2.11
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/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +16 -16
package/lib/es/index.js
CHANGED
|
@@ -17421,7 +17421,7 @@ let SheetRenderController = (_a30 = class extends RxDisposable {
|
|
|
17421
17421
|
commandId
|
|
17422
17422
|
});
|
|
17423
17423
|
} else COMMAND_LISTENER_VALUE_CHANGE.includes(commandId) && this._sheetSkeletonManagerService.reCalculate();
|
|
17424
|
-
command.type === CommandType.MUTATION &&
|
|
17424
|
+
command.type === CommandType.MUTATION && this._markUnitDirty(workbookId, command);
|
|
17425
17425
|
}));
|
|
17426
17426
|
}
|
|
17427
17427
|
_markUnitDirty(unitId, command) {
|