Merge pull request #9091 from ggrish/working

[FIX] Channel page error
pull/9120/head
Rodrigo Nascimento 8 years ago committed by GitHub
commit 33e27197e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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