From 425f018f8ebee3c417f3e0055f4c770f69812442 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Tue, 20 Sep 2022 11:45:42 +0300 Subject: [PATCH] [DE mobile] For Bug 59110 v.2 --- apps/documenteditor/mobile/src/controller/Main.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/mobile/src/controller/Main.jsx b/apps/documenteditor/mobile/src/controller/Main.jsx index f5ace0c51..3706d958b 100644 --- a/apps/documenteditor/mobile/src/controller/Main.jsx +++ b/apps/documenteditor/mobile/src/controller/Main.jsx @@ -221,7 +221,7 @@ class MainController extends Component { if(isExtRestriction) { this.api.asc_addRestriction(Asc.c_oAscRestrictionType.View); } else { - this.api.asc_setRestriction(Asc.c_oAscRestrictionType.OnlyForms) + this.api.asc_addRestriction(Asc.c_oAscRestrictionType.OnlyForms) } this.api.asc_LoadDocument();