More s/messageWrapper/messagePanel/
This commit is contained in:
parent
7f61a0252f
commit
e23b90abd5
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ module.exports = {
|
|||
_getLastDisplayedEventIndexIgnoringOwn: function() {
|
||||
if (this.eventNodes === undefined) return null;
|
||||
|
||||
var messageWrapper = this.refs.messageWrapper;
|
||||
var messageWrapper = this.refs.messagePanel;
|
||||
if (messageWrapper === undefined) return null;
|
||||
var wrapperRect = messageWrapper.getDOMNode().getBoundingClientRect();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue