[DE] Fix changing display mode for track changes (without plugins tab)
This commit is contained in:
parent
6f89501118
commit
03fb7e883c
|
@ -190,7 +190,7 @@ define([
|
|||
item.setDisabled(disable);
|
||||
});
|
||||
|
||||
this.pluginsMask.css('display', disable ? 'block' : 'none');
|
||||
this.pluginsMask && this.pluginsMask.css('display', disable ? 'block' : 'none');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue