Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Don't reload the DOM if we can jump straight to the RM #253

Merged
merged 1 commit into from
Mar 30, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/structures/TimelinePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ var TimelinePanel = React.createClass({
// the relevant event.
this.refs.messagePanel.scrollToEvent(this.state.readMarkerEventId,
0, 1/3);
return;
}

// Looks like we haven't loaded the event corresponding to the read-marker.
Expand Down