Skip to content

Commit

Permalink
Merge pull request '[ve] Fix layers visibility; For bug 72746' (#602)…
Browse files Browse the repository at this point in the history
… from feature/visio into release/v8.3.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/sdkjs/pulls/602
  • Loading branch information
K0R0L committed Jan 31, 2025
2 parents 2c16b18 + 9d1534c commit 0f8a6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visio/model/ooxmlApi/ooxmlApiIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0f8a6f9

Please sign in to comment.