mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Prevent the ghost and real RM tile from both appearing
This commit is contained in:
parent
880a48494b
commit
424aae6b91
1 changed files with 1 additions and 3 deletions
|
@ -386,9 +386,7 @@ module.exports = React.createClass({
|
|||
ret.push(this._getReadMarkerTile(visible));
|
||||
readMarkerVisible = visible;
|
||||
isVisibleReadMarker = visible;
|
||||
}
|
||||
|
||||
if (eventId == this.currentGhostEventId) {
|
||||
} else if (eventId == this.currentGhostEventId) {
|
||||
// if we're showing an animation, continue to show it.
|
||||
ret.push(this._getReadMarkerGhostTile());
|
||||
} else if (!isVisibleReadMarker &&
|
||||
|
|
Loading…
Reference in a new issue