This commit is contained in:
Alexander Yuzhin
2023-02-09 16:45:10 +03:00
parent 25df94ed32
commit c11709b893

View File

@ -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) {