[Enhancement] Enter to send message, add click on bubble instead of icon (#202)
This commit is contained in:
parent
63ce5607e9
commit
7e3409c3e1
11 changed files with 84 additions and 94 deletions
|
@ -6,7 +6,6 @@ class ActionCableConnector extends BaseActionCableConnector {
|
|||
this.events = {
|
||||
'message.created': this.onMessageCreated,
|
||||
};
|
||||
console.log('joined', app, pubsubToken);
|
||||
}
|
||||
|
||||
onMessageCreated = data => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue