Skip to content

Commit

Permalink
feature/#62-refresh-send-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vickyokrm committed Aug 22, 2017
1 parent 213e907 commit 4f9295a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/rocketchat-ui-message/client/messageBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ Template.messageBox.events({
// Created by Vignesh on 22/08/2017
if ($('.input-message').val() !== ''){
chatMessages[this._id].input.updateAutogrow();
console.log($('.input-message').val());
console.log('Text >filled');
instance.isMessageFieldEmpty.set(false);
}
// End of creation by Vignesh on 22/08/2017
Expand Down

0 comments on commit 4f9295a

Please sign in to comment.