fix channel page error

pull/9091/head
Eduard Dumitru 8 years ago
parent 6736bfe807
commit 057cb9918b
  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