mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 10:46:04 +08:00
[DE] Fix changing display mode for track changes (without plugins tab)
This commit is contained in:
@ -190,7 +190,7 @@ define([
|
||||
item.setDisabled(disable);
|
||||
});
|
||||
|
||||
this.pluginsMask.css('display', disable ? 'block' : 'none');
|
||||
this.pluginsMask && this.pluginsMask.css('display', disable ? 'block' : 'none');
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user