mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Merge pull request #69 from SylvainCorlay/wrap_jquery_selection
Wrap potentially native element into a jquery selection
This commit is contained in:
commit
8893b178b1
@ -188,6 +188,7 @@ define([
|
||||
};
|
||||
|
||||
KeyboardManager.prototype.register_events = function (e) {
|
||||
e = $(e);
|
||||
var that = this;
|
||||
var handle_focus = function () {
|
||||
that.disable();
|
||||
|
Loading…
Reference in New Issue
Block a user