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
Prevent the ghost and real RM tile from both appearing
This commit is contained in:
@@ -386,9 +386,7 @@ module.exports = React.createClass({
|
|||||||
ret.push(this._getReadMarkerTile(visible));
|
ret.push(this._getReadMarkerTile(visible));
|
||||||
readMarkerVisible = visible;
|
readMarkerVisible = visible;
|
||||||
isVisibleReadMarker = visible;
|
isVisibleReadMarker = visible;
|
||||||
}
|
} else if (eventId == this.currentGhostEventId) {
|
||||||
|
|
||||||
if (eventId == this.currentGhostEventId) {
|
|
||||||
// if we're showing an animation, continue to show it.
|
// if we're showing an animation, continue to show it.
|
||||||
ret.push(this._getReadMarkerGhostTile());
|
ret.push(this._getReadMarkerGhostTile());
|
||||||
} else if (!isVisibleReadMarker &&
|
} else if (!isVisibleReadMarker &&
|
||||||
|
|||||||
Reference in New Issue
Block a user