Skip to content

Commit

Permalink
[all] Fix bug 72831
Browse files Browse the repository at this point in the history
  • Loading branch information
konovalovsergey committed Jan 28, 2025
1 parent 538bec0 commit 54fcaa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions word/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2751,8 +2751,8 @@ background-repeat: no-repeat;\
window["AscDesktopEditor"]["emulateCloudPrinting"](false);
}

if (changes) {
if (isCloudLocal) {
if (changes || this.watermarkDraw) {
if (changes && isCloudLocal) {
this.sync_StartAction(Asc.c_oAscAsyncActionType.BlockInteraction, Asc.c_oAscAsyncAction.DownloadAs);
this.sync_StartAction(Asc.c_oAscAsyncActionType.BlockInteraction, Asc.c_oAscAsyncAction.Save);

Expand Down

0 comments on commit 54fcaa2

Please sign in to comment.