Merge remote-tracking branch 'origin/develop' into rav/timeline_window

This commit is contained in:
Richard van der Hoff 2016-02-03 14:09:50 +00:00
commit 2479c81cf6
7 changed files with 66 additions and 14 deletions

View file

@ -933,7 +933,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, (