mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 20:20:30 +08:00
fix: viewmode issue
This commit is contained in:
@ -171,7 +171,9 @@ define([
|
||||
},
|
||||
|
||||
onDocumentReady: function() {
|
||||
Common.Utils.lockControls(Common.enumLock.disableOnStart, false, {array: this.view.lockedControls});
|
||||
this.view && this.view.lockedControls
|
||||
? Common.Utils.lockControls(Common.enumLock.disableOnStart, false, {array: this.view.lockedControls})
|
||||
: null;
|
||||
},
|
||||
|
||||
onInsertSlideMaster: function () {
|
||||
|
||||
Reference in New Issue
Block a user