mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
comment typo
This commit is contained in:
parent
f164a78eaa
commit
460f9a5959
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ module.exports = React.createClass({
|
|||
// return true if the content is fully scrolled down right now; else false.
|
||||
//
|
||||
// note that this is independent of the 'stuckAtBottom' state - it is simply
|
||||
// about whether the the content is scrolled down right now, irrespective of
|
||||
// about whether the content is scrolled down right now, irrespective of
|
||||
// whether it will stay that way when the children update.
|
||||
isAtBottom: function() {
|
||||
const sn = this._getScrollNode();
|
||||
|
|
Loading…
Reference in a new issue