From 9707946e34db65f01e7819bc84ac997d58986859 Mon Sep 17 00:00:00 2001 From: Michael Efremov Date: Fri, 19 May 2023 16:39:06 +0300 Subject: [PATCH] Add getIsPassword --- common/Native/Wrappers/api.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/Native/Wrappers/api.js b/common/Native/Wrappers/api.js index c2c7a7a37c..73aecfb44f 100755 --- a/common/Native/Wrappers/api.js +++ b/common/Native/Wrappers/api.js @@ -6368,7 +6368,8 @@ window["Asc"]["asc_docs_api"].prototype["asc_nativeGetDocumentProtection"] = fun var props = (_api) ? _api.asc_getDocumentProtection() : null; if (props) { return { - "asc_getEditType": props.asc_getEditType() + "asc_getEditType": props.asc_getEditType(), + "asc_getIsPassword": props.asc_getIsPassword() } } return {};