Skip to content

Commit

Permalink
fix(formula): calculation cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushusir committed Jun 17, 2024
1 parent dc45c2a commit 83be606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export class FormulaDependencyGenerator extends Disposable {
throw new Error('astNode is null');
}

this._formulaASTCache.set(`${unitId}${formulaString}##${refOffsetX}${refOffsetY}`, astNode);
this._formulaASTCache.set(`${unitId}${formulaString}##${refOffsetX}-${refOffsetY}`, astNode);

return astNode;
}
Expand Down

0 comments on commit 83be606

Please sign in to comment.