8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MacOS 10.9 (MBP Late 2013)
When I use "meta c" / "meta v" combinations I have error alert about unknown _receive_input" error in Listener.prototype._bug_catcher().
Listener.prototype._bug_catcher()
So I replaced [line 141]
return _receive_input(e, false);
by
return this._receive_input(e, false);
and it works now.