smoothscroll-for-websites icon indicating copy to clipboard operation
smoothscroll-for-websites copied to clipboard

Edge: parent.keydown is not a function

Open ndvbd opened this issue 3 years ago • 0 comments

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?

ndvbd avatar Jul 06 '21 19:07 ndvbd