mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(virtualScroll): first node should use clientTop/clientLeft
This commit is contained in:
@ -543,6 +543,8 @@ describe('VirtualScroll', () => {
|
||||
offsetHeight: height,
|
||||
offsetTop: top,
|
||||
offsetLeft: left,
|
||||
clientTop: top,
|
||||
clientLeft: left,
|
||||
style: {
|
||||
top: '',
|
||||
left: ''
|
||||
|
Reference in New Issue
Block a user