mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 10:59:28 +08:00
[DE mobile] Fix Bug 60355
This commit is contained in:
@ -177,6 +177,8 @@ const ToolbarController = inject('storeAppOptions', 'users', 'storeReview', 'sto
|
||||
const turnOnViewerMode = () => {
|
||||
const api = Common.EditorApi.get();
|
||||
|
||||
f7.popover.close('.document-menu.modal-in', false);
|
||||
|
||||
appOptions.changeViewerMode();
|
||||
api.asc_addRestriction(Asc.c_oAscRestrictionType.View);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user