движок 1
This commit is contained in:
@@ -563,7 +563,9 @@ export class Workbook {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getValue(qualifiedName: string): CellValue {
|
getValue(qualifiedName: string): CellValue {
|
||||||
if (this._dirty.has(qualifiedName)) {
|
// Исправление: пересчитываем если ВООБЩЕ есть грязные ячейки,
|
||||||
|
// а не только если конкретная запрашиваемая ячейка грязная
|
||||||
|
if (this._dirty.size > 0) {
|
||||||
this.recalc()
|
this.recalc()
|
||||||
}
|
}
|
||||||
const value = this.getCell(qualifiedName).value
|
const value = this.getCell(qualifiedName).value
|
||||||
|
|||||||
Reference in New Issue
Block a user