diff --git a/word/api.js b/word/api.js index e7f86f3a22..2e32ac48ac 100644 --- a/word/api.js +++ b/word/api.js @@ -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);