Merge pull request #9091 from ggrish/working

[FIX] Channel page error
pull/9258/head
Rodrigo Nascimento 8 years ago
parent 32bde8febd
commit 76f82a0838
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
  1. 4
      packages/rocketchat-ui/client/views/app/room.js

@ -256,7 +256,9 @@ Template.room.helpers({
return {
_id: this._id,
onResize: () => {
instance.sendToBottomIfNecessary();
if (instance.sendToBottomIfNecessary) {
instance.sendToBottomIfNecessary();
}
}
};
},

Loading…
Cancel
Save