fix(virtualScroll): first node should use clientTop/clientLeft

This commit is contained in:
Adam Bradley
2016-06-23 13:22:32 -05:00
parent 6a52a4a1ec
commit 2197d49633
3 changed files with 17 additions and 4 deletions

View File

@ -543,6 +543,8 @@ describe('VirtualScroll', () => {
offsetHeight: height,
offsetTop: top,
offsetLeft: left,
clientTop: top,
clientLeft: left,
style: {
top: '',
left: ''