mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Register input with keyboard manager, fixes #6426
This commit is contained in:
parent
97e99d0661
commit
b8d3d2c6af
@ -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