diff --git a/apps/documenteditor/mobile/src/controller/Main.jsx b/apps/documenteditor/mobile/src/controller/Main.jsx index 55a474c7f..f5ace0c51 100644 --- a/apps/documenteditor/mobile/src/controller/Main.jsx +++ b/apps/documenteditor/mobile/src/controller/Main.jsx @@ -220,6 +220,8 @@ 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_LoadDocument();