mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Merge pull request #6431 from jhamrick/input_ui_focus
Register input with keyboard manager
This commit is contained in:
commit
2c65ea0416
@ -376,6 +376,7 @@ define([
|
||||
setter(cell, text.val());
|
||||
});
|
||||
button_container.append($('<span/>').append(lbl));
|
||||
IPython.keyboard_manager.register_events(text);
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user