Skip to content

Commit

Permalink
[bug] for bug 73089: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyLuzyanin authored and K0R0L committed Feb 4, 2025
1 parent d0f37e9 commit 1e2df80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slide/Drawing/Transitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3377,6 +3377,8 @@ function CDemonstrationManager(htmlpage)
oThis.CheckSlideDuration = setTimeout(function()
{
oThis.CheckSlideDuration = -1;
if(!oThis.Mode)
return;
if(oThis.IsMainSeqFinished(nSlideNum))
{
oThis.AdvanceAfter();
Expand Down

0 comments on commit 1e2df80

Please sign in to comment.