Skip to content

Commit

Permalink
Fix bug 73173
Browse files Browse the repository at this point in the history
  • Loading branch information
IgolJack committed Feb 11, 2025
1 parent ca954fe commit 5a4f7d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions word/Math/NamesOfLiterals.js
Original file line number Diff line number Diff line change
Expand Up @@ -6572,6 +6572,9 @@
}
ProceedTokens.prototype.ProceedBeforeDivide = function (oRuleLast)
{
if (undefined === oRuleLast)
return false;

let oMathContentTemp = AscFormat.ExecuteNoHistory(
this.private_ProceedBeforeDivide,
this,
Expand Down

0 comments on commit 5a4f7d9

Please sign in to comment.