From 54fcaa2d141628aa42783b6cf4fcbc5a26838d59 Mon Sep 17 00:00:00 2001 From: Sergey Konovalov Date: Tue, 28 Jan 2025 03:09:51 +0300 Subject: [PATCH] [all] Fix bug 72831 --- word/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);