Merge branch 'rav/timeline_window' into rav/link_to_event
Conflicts: src/components/structures/MatrixChat.js src/components/structures/ScrollPanel.js
This commit is contained in:
commit
e01d61dfeb
6 changed files with 64 additions and 13 deletions
|
@ -1017,7 +1017,7 @@ module.exports = React.createClass({
|
|||
var hr;
|
||||
hr = (<hr className="mx_RoomView_myReadMarker" style={{opacity: 1, width: '99%'}} ref={function(n) {
|
||||
Velocity(n, {opacity: '0', width: '10%'}, {duration: 400, easing: 'easeInSine', delay: 1000, complete: function() {
|
||||
self.setState({readMarkerGhostEventId: undefined});
|
||||
if (!self.unmounted) self.setState({readMarkerGhostEventId: undefined});
|
||||
}});
|
||||
}} />);
|
||||
ret.splice(ghostIndex, 0, (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue