[se] Fix bug 79238

This commit is contained in:
Dmitry Gvozdev
2026-01-23 17:54:44 +05:00
parent abe857bf98
commit ad20867c49

View File

@ -16519,7 +16519,7 @@
}
const oElem = oFormulaParsed.getOutStackElem(j);
if (aLinkTypes.includes(oElem.type)) {
aRefElements.pop()
aRefElements.pop();
}
}
}