We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shouldn't throw an error, should execute original.
Throws an error, original is not a function
When you overwrite param keymap: {
'CTRL+V' : function(e, original){ return original(e); } }
Chrome, MAC high Sierra
The text was updated successfully, but these errors were encountered:
fix exception in keymap CTRL+V when calling original + this context f…
6edeb1d
…or keymaps #351
Thanks for the report, fixed in devel branch and also fixed this context.
this
Sorry, something went wrong.
Thanks for the quick fix, tested this fix on devel branch
No branches or pull requests
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: {
Browser and OS
Chrome, MAC high Sierra
The text was updated successfully, but these errors were encountered: