mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
Refactoring
This commit is contained in:
@ -272,7 +272,9 @@ define([
|
||||
|
||||
this.appConfig = options.mode;
|
||||
this.tabOptions = {
|
||||
canCommentResolve: options?.tabOptions?.canCommentResolve ?? true
|
||||
canCommentResolve: options.tabOptions && options.tabOptions.canCommentResolve != undefined
|
||||
? options.tabOptions.canCommentResolve
|
||||
: true
|
||||
}
|
||||
this.lockedControls = [];
|
||||
var filter = Common.localStorage.getKeysFilter();
|
||||
|
||||
Reference in New Issue
Block a user