[DE mobile] Fix Bug 60355
This commit is contained in:
parent
7094bc2089
commit
a01db72124
|
@ -177,6 +177,8 @@ const ToolbarController = inject('storeAppOptions', 'users', 'storeReview', 'sto
|
||||||
const turnOnViewerMode = () => {
|
const turnOnViewerMode = () => {
|
||||||
const api = Common.EditorApi.get();
|
const api = Common.EditorApi.get();
|
||||||
|
|
||||||
|
f7.popover.close('.document-menu.modal-in', false);
|
||||||
|
|
||||||
appOptions.changeViewerMode();
|
appOptions.changeViewerMode();
|
||||||
api.asc_addRestriction(Asc.c_oAscRestrictionType.View);
|
api.asc_addRestriction(Asc.c_oAscRestrictionType.View);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue