diff --git a/visio/model/ooxmlApi/ooxmlApiIndex.js b/visio/model/ooxmlApi/ooxmlApiIndex.js index 1e62117391..48572e3661 100644 --- a/visio/model/ooxmlApi/ooxmlApiIndex.js +++ b/visio/model/ooxmlApi/ooxmlApiIndex.js @@ -1085,7 +1085,7 @@ } else { // compare with previous shape layer for (const cellKey in layerInfo.getElements()) { - const cell = previousLayer.getCell(cellKey); + const cell = layerInfo.getCell(cellKey); let previousLayerCell = previousLayer.getCell(cell.n); if (previousLayerCell.v !== cell.v) { unEqualProperties.add(cell.n);