Comments refactoring

This commit is contained in:
Julia Radzhabova 2020-04-25 13:52:14 +03:00
parent 9abf2c60db
commit 3c9046eaec

View file

@ -647,7 +647,8 @@ define([
}
}, this);
this.btnChat && this.btnChat.setDisabled(state);
this.btnCommentRemove && this.btnCommentRemove.setDisabled(state);
this.btnCommentRemove && this.btnCommentRemove.setDisabled(state || !Common.Utils.InternalSettings.get(this.appPrefix + "settings-livecomment"));
},
onLostEditRights: function() {