Closed lexey111 closed 10 years ago
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.
Thanks for catching this. You're getting all my typos! :) Pushed a fix to development branch, going to release a 2.0.1 shortly, just looking into another bug as well.
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()
.So I replaced [line 141]
by
and it works now.