Skip to content

Commit

Permalink
[PDF] Fix undo after removing annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Jan 14, 2025
1 parent 573d7a8 commit af39c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/pdfeditor/main/app/controller/DocumentHolderExt.js
Original file line number Diff line number Diff line change
Expand Up @@ -2376,6 +2376,7 @@ define([], function () {

dh.removeComment = function(item, e, eOpt){
this.api && this.api.asc_remove();
this.editComplete();
};

dh.equationCallback = function(eqObj) {
Expand Down

0 comments on commit af39c2c

Please sign in to comment.