[Enhancement] Enter to send message, add click on bubble instead of icon (#202)

This commit is contained in:
Pranav Raj S
2019-11-09 17:12:31 +05:30
committed by GitHub
parent 63ce5607e9
commit 7e3409c3e1
11 changed files with 84 additions and 94 deletions

View File

@@ -6,7 +6,6 @@ class ActionCableConnector extends BaseActionCableConnector {
this.events = {
'message.created': this.onMessageCreated,
};
console.log('joined', app, pubsubToken);
}
onMessageCreated = data => {