You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
change wording of comment as per Luke's review
This commit is contained in:
@@ -1021,7 +1021,7 @@ var TimelinePanel = React.createClass({
|
|||||||
if ((allowPartial && boundingRect.top < wrapperRect.bottom) ||
|
if ((allowPartial && boundingRect.top < wrapperRect.bottom) ||
|
||||||
(!allowPartial && boundingRect.bottom < wrapperRect.bottom)) {
|
(!allowPartial && boundingRect.bottom < wrapperRect.bottom)) {
|
||||||
let latestReadEventIndex = i;
|
let latestReadEventIndex = i;
|
||||||
// Place the RM at a hidden event below the latest seen event (if exists)
|
// Place the RM at a hidden event below the latest visible event.
|
||||||
// to prevent RM going up the timeline between clients which do not hide the same events.
|
// to prevent RM going up the timeline between clients which do not hide the same events.
|
||||||
for (let j = i + 1; j < this.state.events.length; j++) {
|
for (let j = i + 1; j < this.state.events.length; j++) {
|
||||||
if (messagePanel._shouldShowEvent(this.state.events[j])) break;
|
if (messagePanel._shouldShowEvent(this.state.events[j])) break;
|
||||||
|
|||||||
Reference in New Issue
Block a user