sindresorhus / capture-website

Capture screenshots of websites
MIT License
1.93k stars 137 forks source link

fix element null check #107

Closed guoyunhe closed 2 years ago

guoyunhe commented 2 years ago

element.parentElement will return null when no parent, not undefined.

it will throw error when user set scrollToElement and the webpage doesn't have any overflow containers.