Skip to content

Commit

Permalink
Fix bug #72656
Browse files Browse the repository at this point in the history
  • Loading branch information
KhromovNikita authored and KirillovIlya committed Jan 28, 2025
1 parent 3a1bc3b commit 6e30b0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pdf/src/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -3661,6 +3661,10 @@ var CPresentation = CPresentation || function(){};
// Work with interface
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
CPDFDoc.prototype.UpdateInterface = function() {
if (!this.Viewer.canInteract()) {
return;
}

this.Api.sync_BeginCatchSelectedElements();

let oDrDoc = this.GetDrawingDocument();
Expand Down

0 comments on commit 6e30b0b

Please sign in to comment.