mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
back out hacky previous commit as #946 only happens when gemini is disabled
This commit is contained in:
parent
34d0fc890a
commit
38a2a61b38
@ -418,9 +418,7 @@ module.exports = React.createClass({
|
||||
var scrollState = this.scrollState;
|
||||
var scrollNode = this._getScrollNode();
|
||||
|
||||
// XXX: DISABLE SCROLL TO TOKEN ENTIRELY TEMPORARILY AS IT'S SCREWING
|
||||
// UP MY DEMO - see https://github.com/vector-im/vector-web/issues/946
|
||||
if (true || scrollState.stuckAtBottom) {
|
||||
if (scrollState.stuckAtBottom) {
|
||||
scrollNode.scrollTop = scrollNode.scrollHeight;
|
||||
debuglog("Scrolled to bottom; offset now", scrollNode.scrollTop);
|
||||
} else if (scrollState.trackedScrollToken) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user