From 7b3c27c619a2a8ba5c7b4fc5fda1595ef035c035 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 9 Jun 2021 16:28:16 +0300 Subject: [PATCH] [PE mobile] Fix Bug 50793 --- apps/presentationeditor/mobile/src/controller/Main.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/presentationeditor/mobile/src/controller/Main.jsx b/apps/presentationeditor/mobile/src/controller/Main.jsx index a6a850a4f..0e16e7584 100644 --- a/apps/presentationeditor/mobile/src/controller/Main.jsx +++ b/apps/presentationeditor/mobile/src/controller/Main.jsx @@ -591,7 +591,6 @@ class MainController extends Component { const buttons = [{ text: 'OK', bold: true, - close: false, onClick: () => { const password = document.getElementById('modal-password').value; this.api.asc_setAdvancedOptions(type, new Asc.asc_CDRMAdvancedOptions(password));