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();