[DE] Fix changing display mode for track changes (without plugins tab)

This commit is contained in:
Julia Radzhabova 2019-09-25 16:18:38 +03:00
parent 6f89501118
commit 03fb7e883c

View file

@ -190,7 +190,7 @@ define([
item.setDisabled(disable);
});
this.pluginsMask.css('display', disable ? 'block' : 'none');
this.pluginsMask && this.pluginsMask.css('display', disable ? 'block' : 'none');
}
},