mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Fixing bug in KeyboardManager.enable/disable.
This commit is contained in:
parent
9a3783e2c4
commit
18b2e54a52
@ -267,11 +267,11 @@ var IPython = (function (IPython) {
|
||||
}
|
||||
|
||||
KeyboardManager.prototype.enable = function () {
|
||||
this.enable = true;
|
||||
this.enabled = true;
|
||||
}
|
||||
|
||||
KeyboardManager.prototype.disable = function () {
|
||||
this.enable = false;
|
||||
this.enabled = false;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user