Skip to content

Commit

Permalink
[se] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GoshaZotov committed Oct 13, 2023
1 parent 72768ff commit 5878c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cell/view/WorkbookView.js
Original file line number Diff line number Diff line change
Expand Up @@ -5545,7 +5545,7 @@
if (~sFormulaCell.indexOf("!")) {
sSheetName = sFormulaCell.split("!")[0].replace(/'/g, "");
sFormulaCell = sFormulaCell.split("!")[1];
if (sSheetName !== ws.getName()) {
if (sSheetName !== wsFormula.getName()) {
wsFormula = this.model.getWorksheetByName(sSheetName);
}
}
Expand Down

0 comments on commit 5878c68

Please sign in to comment.