fix list item positioning

master
Vitaliy Filippov 2016-06-24 23:45:10 +03:00
parent 78fc90e1ef
commit 3d52fa1d7e
1 changed files with 1 additions and 1 deletions

View File

@ -1109,7 +1109,7 @@ var MessageList = React.createClass({
c = Math.floor((gmax+gmin)/2);
if (this.state.groups[c]
}*/
var n = 0, top = 0, p;
var n = 0, top = this.refs.title.offsetHeight, p;
for (var i = 0; i < this.state.groups.length; i++)
{
p = n;