Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTRL+V when overwritten throws an error #351

Closed
raviteja2200 opened this issue Oct 24, 2017 · 2 comments
Closed

CTRL+V when overwritten throws an error #351

raviteja2200 opened this issue Oct 24, 2017 · 2 comments

Comments

@raviteja2200
Copy link

Expected behavior

Shouldn't throw an error, should execute original.

Actual behavior

Throws an error, original is not a function

Steps to reproduce

When you overwrite
param keymap: {

'CTRL+V' : function(e, original){
   return original(e);
  }
}

Browser and OS

Chrome, MAC high Sierra

@jcubic
Copy link
Owner

jcubic commented Oct 25, 2017

Thanks for the report, fixed in devel branch and also fixed this context.

@raviteja2200
Copy link
Author

Thanks for the quick fix, tested this fix on devel branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants