Update polyfill document
Closed this issue · 1 comments
minhtranite commented
Run moveTo on Edge will faced with this error:
Object doesn't support property or method 'scroll'
at ./node_modules/moveto/dist/moveTo.js in loop at line 180:7
It because Edge not support Element.scroll. So we need to add this polyfill: https://github.com/idmadj/element-scroll-polyfill
hsnaydd commented
Hi @minhtranite
Thank you for your support, I'll take care of this as soon as possible