[DE] Enable chat button in preview modes

This commit is contained in:
Julia Radzhabova 2020-10-08 15:19:45 +03:00
parent 0a9d8773cd
commit 51b1cedb42

View file

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