From c11709b893da9aad85db9333cf7e202754d892ed Mon Sep 17 00:00:00 2001 From: Alexander Yuzhin Date: Thu, 9 Feb 2023 16:45:10 +0300 Subject: [PATCH] Fix bug #61092 --- common/Native/Wrappers/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Native/Wrappers/api.js b/common/Native/Wrappers/api.js index f7a723574c..e9938e0456 100755 --- a/common/Native/Wrappers/api.js +++ b/common/Native/Wrappers/api.js @@ -7353,7 +7353,7 @@ window["asc_docs_api"].prototype["asc_nativeSetContentControlDatePickerDate"] = var oPr = oContentControl.GetContentControlPr().get_DateTimePr(); oPr.put_FullDate(new Date(textDate)); - _api.asc_SetContentControlDatePickerPr(oPr, sId); + _api.asc_SetContentControlDatePickerPr(oPr, sId, true); } window["Asc"]["asc_docs_api"].prototype["asc_nativeAddText"] = function(text, wrapWithSpaces) {