gblazex/smoothscroll-for-websites

Edge: parent.keydown is not a function

Opened this issue · 0 comments

ndvbd commented

I recevied a Sentry error report on this line:

return (isFrame && isChrome) ? parent.keydown(event) : true;

That parent.keydown is not a function. Any ideas?