Commit fa36b0d
committed
Fix scroll randomly stopping on iOS
Scrollspy called window.scrollTo on every scroll. iOS kills momentum
scroll on any programmatic window scroll. Removed it. Not needed:
scrollIntoView with block 'nearest' never moves the window here.1 parent a1558de commit fa36b0d
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
0 commit comments