mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 08:53:02 +08:00
@ -187,7 +187,7 @@ define([
|
||||
}
|
||||
}
|
||||
var listItem =this.statusbar.sheetListMenu.items[index];
|
||||
if (listItem.$el.children().first().data('hidden')) {
|
||||
if (listItem && listItem.$el && listItem.$el.children().first().data('hidden')) {
|
||||
listItem.setDisabled(locked);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user