From 1168d73f4d5ab9a341433b857bea473367b0994f Mon Sep 17 00:00:00 2001 From: Dushusir <1414556676@qq.com> Date: Tue, 22 Oct 2024 21:03:54 +0800 Subject: [PATCH] chore: update comment --- .../src/controllers/trigger-calculation.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sheets-formula/src/controllers/trigger-calculation.controller.ts b/packages/sheets-formula/src/controllers/trigger-calculation.controller.ts index 0f944bab051..76e08bdba4e 100644 --- a/packages/sheets-formula/src/controllers/trigger-calculation.controller.ts +++ b/packages/sheets-formula/src/controllers/trigger-calculation.controller.ts @@ -82,7 +82,7 @@ export class TriggerCalculationController extends Disposable { private _restartCalculation = false; /** - * + * The mark of forced calculation. If a new mutation triggers dirty area calculation during the forced calculation process, forced calculation is still required. */ private _forceCalculating = false;