only log when node was found
This commit is contained in:
parent
c306181fcd
commit
1e372aad47
1 changed files with 3 additions and 1 deletions
|
@ -665,7 +665,9 @@ module.exports = React.createClass({
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (node) {
|
||||
debuglog("had to find tracked node again for " + scrollState.trackedScrollToken);
|
||||
}
|
||||
scrollState.trackedNode = node;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue