You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is temporary, cause I hope solutions for both issues will be merged into original repository. But meanwhile, it may come in handy for someone.
I am trying to use the 'mousetrap-record' plugin. I've added all required scripts to my page, and then used the code from documentation:
In runtime, when I trigger the recording and hit any button, it throws this error:
As I can see, the origin of an error is this method:
Obviously, on line 73
i
variable is used, but it wasn't defined before.Simple defining this variable solves the problem - like this:
May I create a pull request for this?
The text was updated successfully, but these errors were encountered: